fix: this should fix up this job (hopefully)
This commit is contained in:
parent
e94683c3d5
commit
ce820a5d3c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue