remove rule for debugging
This commit is contained in:
parent
a3c5129cea
commit
55bf6d1772
1 changed files with 5 additions and 4 deletions
|
@ -44,15 +44,16 @@ pypi-stable:
|
||||||
clojure-image-test-publish:
|
clojure-image-test-publish:
|
||||||
image: domaindrivenarchitecture/devops-build:latest
|
image: domaindrivenarchitecture/devops-build:latest
|
||||||
stage: image
|
stage: image
|
||||||
rules:
|
# JUST FOR DEBUGGING
|
||||||
- if: '$CI_COMMIT_TAG != null'
|
#rules:
|
||||||
|
# - if: '$CI_COMMIT_TAG != null'
|
||||||
script:
|
script:
|
||||||
- cd infrastructure/clojure && pyb image test publish
|
- cd infrastructure/clojure && pyb image test publish
|
||||||
|
|
||||||
devops-build-image-test-publish:
|
devops-build-image-test-publish:
|
||||||
image: domaindrivenarchitecture/devops-build:latest
|
image: domaindrivenarchitecture/devops-build:latest
|
||||||
stage: image
|
stage: image
|
||||||
rules:
|
#rules:
|
||||||
- if: '$CI_COMMIT_TAG != null'
|
# - if: '$CI_COMMIT_TAG != null'
|
||||||
script:
|
script:
|
||||||
- cd infrastructure/devops-build && pyb image test publish
|
- cd infrastructure/devops-build && pyb image test publish
|
||||||
|
|
Loading…
Reference in a new issue