Fixup base ci file.

Fix bash loop in kibot-ci merge_libs
This commit is contained in:
andrewc
2023-10-24 10:23:10 +10:00
parent 8f99c7529f
commit ae1ce7c199
2 changed files with 4 additions and 2 deletions

View File

@@ -1 +1,3 @@
include ".gitlab/kibot-ci.yaml"
include:
- project: 'Micromelon/education/hardware/kicad-ci'
file: '/kibot-ci.yml'

View File

@@ -109,7 +109,7 @@ image:
merge_libs:
- |
if [[ $GITLAB_CI == 'true' && $CI_COMMIT_BRANCH == "main" ]]; then
for d in ["libs/melonlib", "libs/melon3d"]
for d in "libs/melonlib" "libs/melon3d"
do
cd $d
CURR_B=$(git rev-parse --abbrev-ref HEAD)