fixed ci to only release with tag
This commit is contained in:
parent
8814808c5f
commit
4916598795
1 changed files with 6 additions and 7 deletions
|
@ -42,18 +42,17 @@ pypi-stable:
|
|||
- pyb -P version=$CI_COMMIT_TAG publish upload
|
||||
|
||||
clojure-image-test-publish:
|
||||
image: domaindrivenarchitecture/devops-build:0.15.5
|
||||
image: domaindrivenarchitecture/devops-build:latest
|
||||
stage: image
|
||||
# JUST FOR DEBUGGING
|
||||
#rules:
|
||||
# - if: '$CI_COMMIT_TAG != null'
|
||||
rules:
|
||||
- if: '$CI_COMMIT_TAG != null'
|
||||
script:
|
||||
- cd infrastructure/clojure && pyb image test publish
|
||||
|
||||
devops-build-image-test-publish:
|
||||
image: domaindrivenarchitecture/devops-build:0.15.5
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue