Use python3 instead of python

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2023-02-24 22:07:09 +05:30
parent 8c82e6def4
commit 0ceb92ebf6
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -2,6 +2,6 @@ docker-build:
stage: build
before_script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" registry.baalajimaestro.me --password-stdin
- pip install --user -r requirements.txt
- pip3 install --user -r requirements.txt
script:
- python build.py
- python3 build.py