Drop pip install step

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2023-06-11 20:31:08 +05:30
parent c84f0fecba
commit 70087440a5
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -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