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

Modification to echo position for debug purpose

parent e530bcdc
No related branches found
No related tags found
No related merge requests found
......@@ -189,9 +189,10 @@ retrigger:
- BUILD_BRANCH=${MASTER_BRANCH}
- |
if [ ${CI_PIPELINE_SOURCE} == "pipeline" ]; then
echo "This is the manifest branch used for the build ${CI_COMMIT_REF_NAME}"
BUILD_BRANCH="${CI_COMMIT_REF_NAME}"
fi
echo "This is the manifest repository URL used for the build: ${CI_REPOSITORY_URL}"
echo "This is the manifest branch used for the build: ${BUILD_BRANCH}"
- |
su secous -c "
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