Skip to content
Snippets Groups Projects
Commit aca9cafe authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Fix typo eclipse/aidge

parent 189311fe
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
fi
- echo "Pulling from branch:\"$BRANCH_TO_PULL\""
- >
if [[ $CI_PROJECT_NAMESPACE =~ "aidge/eclipse" ]]; then # nominal case : we are in the official project
if [[ $CI_PROJECT_NAMESPACE =~ "eclipse/aidge" ]]; then # nominal case : we are in the official project
DEPENDENCY_ID=$(curl "${API_URL}/groups/${CI_PROJECT_NAMESPACE_ID}/projects?search=${DEPENDENCY_NAME}" | jq -r '.[0].id')
else # case for fork
echo "Retrieving build_artifacts from user' forked project."
......
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