Merge branch '#77-sync-jobs' into 'main'
fix: this should fix up this job (hopefully) Closes #77 See merge request compsoc1/skynet/nixos!35
This commit is contained in:
commit
672ad2b96e
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ sync_repos:
|
|||
- chmod +x ./sync.sh
|
||||
- ./sync.sh
|
||||
rules:
|
||||
- changes:
|
||||
- if: '$CI_PROJECT_NAMESPACE == "compsoc1/skynet" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||
changes:
|
||||
- sync/repos.csv
|
||||
|
||||
.scripts_base: &scripts_base
|
||||
|
|
Loading…
Reference in a new issue