Remove redundant pip install
This commit is contained in:
parent
1d9674b097
commit
459a182388
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ before_script:
|
|||
- python --version
|
||||
- python -m pip install --upgrade pip
|
||||
- pip install -r requirements.txt
|
||||
- pip install ddadevops --upgrade
|
||||
- export IMAGE_TAG=$CI_COMMIT_TAG
|
||||
- export IMAGE_DOCKERHUB_USER=$DOCKERHUB_USER
|
||||
- export IMAGE_DOCKERHUB_PASSWORD=$DOCKERHUB_PASSWORD
|
||||
|
|
Loading…
Reference in a new issue