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

Bug fix on condition

parent ae25520a
No related branches found
No related tags found
No related merge requests found
...@@ -191,6 +191,7 @@ retrigger: ...@@ -191,6 +191,7 @@ retrigger:
if [ ${CI_PIPELINE_SOURCE} == "pipeline" ]; then if [ ${CI_PIPELINE_SOURCE} == "pipeline" ]; then
echo "This is the manifest branch used for the build ${CI_COMMIT_REF_NAME}" echo "This is the manifest branch used for the build ${CI_COMMIT_REF_NAME}"
BUILD_BRANCH="${CI_COMMIT_REF_NAME}" BUILD_BRANCH="${CI_COMMIT_REF_NAME}"
fi
- | - |
su secous -c " su secous -c "
repo init -u ${CI_REPOSITORY_URL} -b ${BUILD_BRANCH}; repo init -u ${CI_REPOSITORY_URL} -b ${BUILD_BRANCH};
......
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