Skip to content
Snippets Groups Projects
Verified Commit 6c6f80d1 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

updated ci

parent 66bf2958
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,10 @@ image: docker:latest ...@@ -4,6 +4,10 @@ image: docker:latest
# services: # services:
# - docker:dind # - docker:dind
#
stages:
- build_pandoc
- build
before_script: before_script:
- echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin - echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin
...@@ -25,7 +29,7 @@ build-c-pandoc: ...@@ -25,7 +29,7 @@ build-c-pandoc:
build-pandoc: build-pandoc:
tags: tags:
- dfromd - dfromd
stage: build stage: build_pandoc
script: script:
- cd pandoc - cd pandoc
- docker build --pull -t omalaspinas/pandoc . - docker build --pull -t omalaspinas/pandoc .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment