ci: Don't download artifacts in deploy stage
This commit is contained in:
parent
d2f4fc1547
commit
3002595df4
@ -84,6 +84,7 @@ deploy-dev:
|
|||||||
script:
|
script:
|
||||||
- make deploy-api-dev
|
- make deploy-api-dev
|
||||||
cache: []
|
cache: []
|
||||||
|
dependencies: []
|
||||||
|
|
||||||
dev-smoke:
|
dev-smoke:
|
||||||
stage: test-and-build
|
stage: test-and-build
|
||||||
@ -105,6 +106,7 @@ deploy-prod:
|
|||||||
- make docker-push-prod
|
- make docker-push-prod
|
||||||
- make deploy-api-prod
|
- make deploy-api-prod
|
||||||
cache: []
|
cache: []
|
||||||
|
dependencies: []
|
||||||
|
|
||||||
deploy-roi-worker:
|
deploy-roi-worker:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user