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
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" registry.baalajimaestro.me --password-stdin
|
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" registry.baalajimaestro.me --password-stdin
|
||||||
- pip3 install --user -r requirements.txt
|
|
||||||
script:
|
script:
|
||||||
- python3 build.py
|
- python3 build.py
|
Loading…
Reference in a new issue