ci: Don't download artifacts in deploy stage

This commit is contained in:
Fam Zheng 2025-02-15 12:02:08 +00:00
parent d2f4fc1547
commit 3002595df4

View File

@ -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: