mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 12:43:48 -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
|
.deploy: &deploy
|
||||||
tags: ['deploy']
|
tags: ['deploy']
|
||||||
needs: ['build']
|
needs:
|
||||||
|
-
|
||||||
|
job: 'build'
|
||||||
|
artifacts: false
|
||||||
rules:
|
rules:
|
||||||
-
|
-
|
||||||
if: $CI_COMMIT_REF_PROTECTED && $DEPLOY_TARGET =~ $ENVIRONMENT_PATTERN
|
if: $CI_COMMIT_REF_PROTECTED && $DEPLOY_TARGET =~ $ENVIRONMENT_PATTERN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user