adjust CI to new inputs
This commit is contained in:
parent
6dfc6a5a94
commit
550f220759
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ before_script:
|
|||
- python --version
|
||||
- python -m pip install --upgrade pip
|
||||
- pip install -r requirements.txt
|
||||
- export IMAGE_TAG=$CI_IMAGE_TAG
|
||||
- export IMAGE_DOCKERHUB_USER=&DOCKERHUB_USER
|
||||
- export IMAGE_DOCKERHUB_PASSWORD=$DOCKERHUB_PASSWORD
|
||||
|
||||
stages:
|
||||
- lint&test
|
||||
|
|
Loading…
Reference in a new issue