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

Add option to force run pipeline

parent a7f2709d
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -3,7 +3,8 @@
# BUILD triggered by:
#  - branches
#  

variables:
  FORCE: "false"
Build spec2md docker image:
  stage: build 
  before_script:
@@ -14,7 +15,7 @@ Build spec2md docker image:
  after_script:
    - docker logout $CI_REGISTRY
  rules:
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $FORCE == "true"
      changes:
        - Dockerfile
        - templates/**/*.html