Only update libs submodules in push job
This commit is contained in:
@@ -123,8 +123,8 @@ image:
|
||||
REPO=$(basename $(git remote get-url origin))
|
||||
cd $CI_PROJECT_DIR
|
||||
git submodule set-url $d https://ci_push:$TOKEN@gitlab.com/Micromelon/education/hardware/$REPO
|
||||
git submodule update --init --remote --merge $d
|
||||
done
|
||||
git submodule update --init --remote --merge
|
||||
git submodule status
|
||||
git submodule foreach git log -1
|
||||
cd $CI_PROJECT_DIR
|
||||
|
||||
Reference in New Issue
Block a user