Commit 58256c0c authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Removing before_script for pandoc image

parent 7fdd7f67
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -82,10 +82,9 @@ Build markdownTools docker image:

Build Pandoc docker image:
  stage: build
  before_script: cd generateBaseline
  script: 
    - docker build --tag forge.etsi.org:5050/cti/tools/pandoc:$CI_COMMIT_BRANCH -f dockerfile.pandoc .
    - docker push forge.etsi.org:5050/cti/tools/pandoc:$CI_COMMIT_REF_NAME
    - docker build --tag forge.etsi.org:5050/cti/tools/generatebaseline/pandoc:$CI_COMMIT_BRANCH -f generateBaseline/dockerfile.pandoc .
    - docker push forge.etsi.org:5050/cti/tools/generatebaseline/pandoc:$CI_COMMIT_REF_NAME
  rules:
    - if: $CI_COMMIT_BRANCH && $CI_PROJECT_NAME == "tools"
      changes: