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