Skip to content
Snippets Groups Projects
Commit 86c53cac authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

chore : debug

parent de5b1bea
No related branches found
No related tags found
1 merge request!47Draft: TEST_CI_FORK_DO_NOT_MERGE
......@@ -35,6 +35,7 @@ build:ubuntu_cpp:
echo "No branch \"$CI_COMMIT_REF_NAME\" found for repository \"$DEPENDENCY_NAME\""
fi
- echo "Pulling from branch:\"$BRANCH_TO_PULL\""
- set -x
# Check group namespace is valid, if it is then we are in the official project(aidge group id=6437), otherwise we pull from the fork
# nominal case : we are in the official project
......@@ -69,6 +70,7 @@ build:ubuntu_cpp:
echo "curling from \"https://gitlab.eclipse.org/api/v4/projects/$DEPENDENCY_ID/jobs/$JOB_ID/artifacts\""
curl --location --output build_artifacts.zip --header "PRIVATE_TOKEN: $CI_JOB_TOKEN" "https://gitlab.eclipse.org/api/v4/projects/$DEPENDENCY_ID/jobs/$JOB_ID/artifacts"
- set +x
- unzip -q -o build_artifacts.zip -d .
- rm -rf build_cpp
# end !reference[]
......
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