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
|
- pyb -P version=$CI_COMMIT_TAG publish upload
|
||||||
|
|
||||||
clojure-image-test-publish:
|
clojure-image-test-publish:
|
||||||
image: domaindrivenarchitecture/devops-build:0.15.5
|
image: domaindrivenarchitecture/devops-build:latest
|
||||||
stage: image
|
stage: image
|
||||||
# JUST FOR DEBUGGING
|
rules:
|
||||||
#rules:
|
- if: '$CI_COMMIT_TAG != null'
|
||||||
# - 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:0.15.5
|
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