mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
(ci) do not fetch artifacts in deploy job (they get fetched inside of deployer)
This commit is contained in:
parent
d3a76a3c7e
commit
396773a81d
@ -1,6 +1,9 @@
|
||||
.deploy: &deploy
|
||||
tags: ['deploy']
|
||||
needs: ['build']
|
||||
needs:
|
||||
-
|
||||
job: 'build'
|
||||
artifacts: false
|
||||
rules:
|
||||
-
|
||||
if: $CI_COMMIT_REF_PROTECTED && $DEPLOY_TARGET =~ $ENVIRONMENT_PATTERN
|
||||
|
Loading…
x
Reference in New Issue
Block a user