Se me olvido setear python y el enviroment
This commit is contained in:
@@ -10,7 +10,10 @@ before_script:
|
|||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- ./lint.sht
|
- python3 -m venv venv
|
||||||
|
- . venv/bin/activate
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
- ./lint.sh
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user