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

chore : debug

parent c9f91044
No related branches found
No related tags found
1 merge request!47Draft: TEST_CI_FORK_DO_NOT_MERGE
...@@ -15,6 +15,7 @@ build:ubuntu_cpp: ...@@ -15,6 +15,7 @@ build:ubuntu_cpp:
- apt-get -qq install -y jq - apt-get -qq install -y jq
# Check if a branch with the same name exist on the dependency repository # Check if a branch with the same name exist on the dependency repository
- BRANCH_TO_PULL="dev" # default branch - BRANCH_TO_PULL="dev" # default branch
- set -x
- > - >
if [ "$CI_MERGE_REQUEST_ID" ]; then # CASE MERGE REQUEST if [ "$CI_MERGE_REQUEST_ID" ]; then # CASE MERGE REQUEST
echo "Merge request pipeline detected" echo "Merge request pipeline detected"
...@@ -66,6 +67,7 @@ build:ubuntu_cpp: ...@@ -66,6 +67,7 @@ build:ubuntu_cpp:
else else
echo "Successful job \"$DEPENDENCY_JOB\" found in branch \"$BRANCH_TO_PULL\" for project \"$DEPENDENCY_NAME\"" echo "Successful job \"$DEPENDENCY_JOB\" found in branch \"$BRANCH_TO_PULL\" for project \"$DEPENDENCY_NAME\""
fi fi
- set +x
- echo "curling from \"https://gitlab.eclipse.org/api/v4/projects/$DEPENDENCY_ID/jobs/$JOB_ID/artifacts\"" - 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" - 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"
......
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