remove rule for debugging

This commit is contained in:
bom 2022-05-20 13:38:37 +02:00
parent a3c5129cea
commit 55bf6d1772

View file

@ -44,15 +44,16 @@ pypi-stable:
clojure-image-test-publish:
image: domaindrivenarchitecture/devops-build:latest
stage: image
rules:
- if: '$CI_COMMIT_TAG != null'
# JUST FOR DEBUGGING
#rules:
# - if: '$CI_COMMIT_TAG != null'
script:
- cd infrastructure/clojure && pyb image test publish
devops-build-image-test-publish:
image: domaindrivenarchitecture/devops-build:latest
stage: image
rules:
- if: '$CI_COMMIT_TAG != null'
#rules:
# - if: '$CI_COMMIT_TAG != null'
script:
- cd infrastructure/devops-build && pyb image test publish