fix the bootstrap

clj-bb-rewrite
Michael Jerger 3 months ago
parent e822e3d0f0
commit a7a00756bc

@ -4,14 +4,14 @@ stages:
- image
.py: &py
image: "domaindrivenarchitecture/ddadevops-python:4.10.5"
image: "domaindrivenarchitecture/ddadevops-python:4.10.8"
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.5"
image: "domaindrivenarchitecture/ddadevops-dind:4.10.8"
services:
- docker:dind
before_script:

Loading…
Cancel
Save