forked from zammad/zammad
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maintenance: Simplify GitHub sync script and include renovate branch …
…exception.
- Loading branch information
Showing
2 changed files
with
5 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
- !reference [.scripts, source_rvm] | ||
script: | ||
- !reference [.scripts, bundle_install] | ||
after_script: [] | ||
|
||
'write runner cache: nodejs': | ||
stage: pre | ||
|
@@ -16,6 +17,7 @@ | |
- yarn storybook:install | ||
- yarn cypress:install | ||
- yarn --cwd ./.eslint-plugin-zammad install | ||
after_script: [] | ||
|
||
# Executed on a dedicated runner. | ||
'push to github': | ||
|
@@ -30,6 +32,7 @@ | |
script: | ||
- git fetch --unshallow | ||
- script/build/sync_repo.sh [email protected]:zammad/zammad.git | ||
after_script: [] | ||
|
||
'refresh global envs': | ||
extends: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters