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:
silver 2024-06-06 23:22:55 +00:00
commit 672ad2b96e

View file

@ -48,7 +48,8 @@ sync_repos:
- chmod +x ./sync.sh - chmod +x ./sync.sh
- ./sync.sh - ./sync.sh
rules: rules:
- changes: - if: '$CI_PROJECT_NAMESPACE == "compsoc1/skynet" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
changes:
- sync/repos.csv - sync/repos.csv
.scripts_base: &scripts_base .scripts_base: &scripts_base