Drop pip install step
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
c84f0fecba
commit
70087440a5
1 changed files with 0 additions and 1 deletions
|
@ -2,6 +2,5 @@ docker-build:
|
|||
stage: build
|
||||
before_script:
|
||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" registry.baalajimaestro.me --password-stdin
|
||||
- pip3 install --user -r requirements.txt
|
||||
script:
|
||||
- python3 build.py
|
Loading…
Reference in a new issue