Use python3 instead of python
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
8c82e6def4
commit
0ceb92ebf6
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@ 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
|
||||||
- pip install --user -r requirements.txt
|
- pip3 install --user -r requirements.txt
|
||||||
script:
|
script:
|
||||||
- python build.py
|
- python3 build.py
|
Loading…
Reference in a new issue