Fix: fixed typo in .gitlab-ci.yaml
This commit is contained in:
parent
94ca54dae1
commit
d165dbf1ae
@ -25,8 +25,7 @@ build-job: # This job runs in the build stage, which runs first.
|
||||
image: python:3.11-alpine3.19
|
||||
script:
|
||||
- echo "Installing dependencies..."
|
||||
- ls
|
||||
- pip install -r requirments.txt
|
||||
- pip install -r requirements.txt
|
||||
- echo "Compiling the code..."
|
||||
- python -m build
|
||||
- echo "Compile complete."
|
||||
|
Loading…
Reference in New Issue
Block a user