Update .gitlab-ci.yml file
This commit is contained in:
parent
6f1cd09d51
commit
8a304d66bd
|
@ -15,8 +15,7 @@ build:
|
||||||
- virtualenv -p python3 venv
|
- virtualenv -p python3 venv
|
||||||
- source venv/bin/activate
|
- source venv/bin/activate
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- python manage.py seed_db
|
- python manage.py seed_db << echo "y"
|
||||||
- echo "y"
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user