fix gitlab-ci.yml version
This commit is contained in:
parent
5b5249eb55
commit
45745f3ebd
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@ stages:
|
|||
- image
|
||||
|
||||
.py: &py
|
||||
image: "domaindrivenarchitecture/ddadevops-python:4.10.2"
|
||||
image: "domaindrivenarchitecture/ddadevops-python:4.10.0"
|
||||
before_script:
|
||||
- export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW
|
||||
- python --version
|
||||
- pip install -r requirements.txt
|
||||
|
||||
.img: &img
|
||||
image: "domaindrivenarchitecture/ddadevops-dind:4.10.2"
|
||||
image: "domaindrivenarchitecture/ddadevops-dind:4.10.0"
|
||||
services:
|
||||
- docker:dind
|
||||
before_script:
|
||||
|
|
Loading…
Reference in a new issue