trying fixed docker version
This commit is contained in:
parent
22bf2c376b
commit
cb41d3044f
1 changed files with 2 additions and 3 deletions
|
@ -42,17 +42,16 @@ 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:latest
|
image: domaindrivenarchitecture/devops-build:0.15.5
|
||||||
stage: image
|
stage: image
|
||||||
# JUST FOR DEBUGGING
|
# JUST FOR DEBUGGING
|
||||||
#rules:
|
#rules:
|
||||||
# - if: '$CI_COMMIT_TAG != null'
|
# - if: '$CI_COMMIT_TAG != null'
|
||||||
script:
|
script:
|
||||||
- pip install -r dev_requirements.txt
|
|
||||||
- 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:0.15.5
|
||||||
stage: image
|
stage: image
|
||||||
#rules:
|
#rules:
|
||||||
# - if: '$CI_COMMIT_TAG != null'
|
# - if: '$CI_COMMIT_TAG != null'
|
||||||
|
|
Loading…
Reference in a new issue