add env for all jobs
This commit is contained in:
parent
46b8172f11
commit
b6b2e6d9b5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue