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