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
|
||||
|
||||
clojure-image-test-publish:
|
||||
image: domaindrivenarchitecture/devops-build:latest
|
||||
image: domaindrivenarchitecture/devops-build:0.15.5
|
||||
stage: image
|
||||
# JUST FOR DEBUGGING
|
||||
#rules:
|
||||
# - if: '$CI_COMMIT_TAG != null'
|
||||
script:
|
||||
- pip install -r dev_requirements.txt
|
||||
- cd infrastructure/clojure && pyb image test publish
|
||||
|
||||
devops-build-image-test-publish:
|
||||
image: domaindrivenarchitecture/devops-build:latest
|
||||
image: domaindrivenarchitecture/devops-build:0.15.5
|
||||
stage: image
|
||||
#rules:
|
||||
# - if: '$CI_COMMIT_TAG != null'
|
||||
|
|
Loading…
Reference in a new issue