Skip to content
Snippets Groups Projects
Commit 079cd783 authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

Insert bug fix on manifest branch

* Without this fix the branch used for the build is always the
kirkstone/develop one
parent c8c9933d
No related branches found
No related tags found
No related merge requests found
......@@ -166,13 +166,14 @@ retrigger:
- chown 1002:1002 /home/secous/.ssh/config
- chown 1002:1002 /home/secous/.ssh/id_rsa
- chmod 600 /home/secous/.ssh/id_rsa
- echo "This is the manifest branch for the build ${CI_COMMIT_REF_NAME}"
- ls -l /home/secous/.ssh/
- eval $(ssh-agent -s)
- ssh-add /home/secous/.ssh/id_rsa
- export EULA=1
- |
su secous -c "
repo init -u ${CI_REPOSITORY_URL} -b kirkstone/develop;
repo init -u ${CI_REPOSITORY_URL} -b ${CI_COMMIT_REF_NAME};
repo sync -j$(nproc) --fetch-submodules;
. ./seco-setup.sh -d ${DEFCONFIG_FILE};
. ./seco-setup.sh -c;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment