push-pull -> pull-push
This commit is contained in:
parent
8364c187b6
commit
aff0097a84
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ build: &build
|
|||
- packages/sw/node_modules/
|
||||
# Not sure if this really works
|
||||
- '**/node_modules/'
|
||||
policy: push-pull
|
||||
policy: pull-push
|
||||
when: on_success
|
||||
- &cache-build
|
||||
key: "$CI_COMMIT_REF_SLUG"
|
||||
|
|
@ -69,7 +69,7 @@ build: &build
|
|||
- packages/misskey-bubble-game/built/
|
||||
- packages/misskey-js/built/
|
||||
- packages/misskey-reversi/built/
|
||||
policy: push-pull
|
||||
policy: pull-push
|
||||
when: on_success
|
||||
# "only" has been removed, so we use rules.
|
||||
# This runs in MR pipelines *or* push to develop/stable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue