Revize ba842d27
Přidáno uživatelem Stanislav Král před asi 4 roky(ů)
.gitlab-ci.yml | ||
---|---|---|
18 | 18 |
script: |
19 | 19 |
- pip3 install -r requirements.txt && pytest |
20 | 20 |
|
21 |
deploy_job: |
|
22 |
stage: deploy |
|
23 |
only: |
|
24 |
- 8219_CICD_Test |
|
25 |
script: |
|
26 |
- pip3 install -r requirements.txt && python3 app.py |
|
21 |
# deploy_job:
|
|
22 |
# stage: deploy
|
|
23 |
# only:
|
|
24 |
# - 8219_CICD_Test
|
|
25 |
# script:
|
|
26 |
# - pip3 install -r requirements.txt && python3 app.py
|
|
27 | 27 |
|
Také k dispozici: Unified diff
#8219 - CI/CD progress