Cleanup ci script
This commit is contained in:
parent
6362ab509d
commit
616d054360
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,5 @@ image: python:3-alpine
|
|||
build:
|
||||
stage: build
|
||||
script:
|
||||
- pwd
|
||||
- ls
|
||||
- pip install --no-cache-dir -r src/requirements.txt
|
||||
- python ./src/main.py --debug
|
||||
|
|
Loading…
Reference in a new issue