fix the bootstrap

This commit is contained in:
Michael Jerger 2024-02-16 18:20:23 +01:00
parent e822e3d0f0
commit a7a00756bc

View file

@ -4,14 +4,14 @@ stages:
- image - image
.py: &py .py: &py
image: "domaindrivenarchitecture/ddadevops-python:4.10.5" image: "domaindrivenarchitecture/ddadevops-python:4.10.8"
before_script: before_script:
- export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW - export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW
- python --version - python --version
- pip install -r requirements.txt - pip install -r requirements.txt
.img: &img .img: &img
image: "domaindrivenarchitecture/ddadevops-dind:4.10.5" image: "domaindrivenarchitecture/ddadevops-dind:4.10.8"
services: services:
- docker:dind - docker:dind
before_script: before_script: