add env for all jobs

This commit is contained in:
Michael Jerger 2023-08-16 15:25:57 +02:00
parent 46b8172f11
commit b6b2e6d9b5

View file

@ -6,6 +6,7 @@ stages:
.py: &py .py: &py
image: "domaindrivenarchitecture/ddadevops-python:4.3.1" image: "domaindrivenarchitecture/ddadevops-python:4.3.1"
before_script: before_script:
- export RELEASE_ARTIFACT_TOKEN=$RELEASE_ARTIFACT_TOKEN
- python --version - python --version
- pip install -r requirements.txt - pip install -r requirements.txt