CI/CD working #3
|
|
@ -1,12 +1,17 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
type: docker
|
||||
|
||||
workspace:
|
||||
path: /
|
||||
|
||||
steps:
|
||||
- name: unittest
|
||||
image: python
|
||||
commands:
|
||||
- pip install -r requirements_test.txt
|
||||
- ./scripts/run_tests.sh
|
||||
- ./scripts/setup.sh
|
||||
- ./scripts/tests.sh
|
||||
|
||||
settings:
|
||||
username:
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
cd lockbox
|
||||
python manage.py migrate_schemas
|
||||
Loading…
Reference in New Issue