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

Fix on yaml syntax

parent eebf179b
No related branches found
No related tags found
No related merge requests found
......@@ -191,10 +191,7 @@ retrigger:
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}"
<<<<<<< HEAD
fi
=======
>>>>>>> c0c25b3b80578877a4c95177a8158f4c2adf5245
- |
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