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

[BUG FIX] Fix on build stage syntax

parent b07b1aa6
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@ retrigger:
BUILD_BRANCH="${CI_COMMIT_REF_NAME}"
elif [ ${CI_PIPELINE_SOURCE} == "schedule" ]; then
BUILD_BRANCH="${CI_COMMIT_BRANCH}"
elif [ ! -z ${CI_COMMIT_TAG} ];
elif [ ! -z ${CI_COMMIT_TAG} ]; then
BUILD_BRANCH="refs/tags/${CI_COMMIT_TAG}"
fi
echo "This is the manifest repository URL used for the build: ${CI_REPOSITORY_URL}"
......
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