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

fix : bash ?

parent 8685eea9
No related branches found
No related tags found
1 merge request!47Draft: TEST_CI_FORK_DO_NOT_MERGE
...@@ -28,11 +28,11 @@ build:ubuntu_cpp: ...@@ -28,11 +28,11 @@ build:ubuntu_cpp:
fi fi
elif [ $(curl -s -o /dev/null -w "%{http_code}" "https://gitlab.eclipse.org/eclipse/aidge/$DEPENDENCY_NAME/-/tree/$CI_COMMIT_REF_NAME") -ne 404 ]; then elif [ $(curl -s -o /dev/null -w "%{http_code}" "https://gitlab.eclipse.org/eclipse/aidge/$DEPENDENCY_NAME/-/tree/$CI_COMMIT_REF_NAME") -ne 404 ]; then
# Pulling from branch with same name # Pulling from branch with same name
BRANCH_TO_PULL=${CI_COMMIT_REF_NAME} BRANCH_TO_PULL=$CI_COMMIT_REF_NAME
fi fi
- set +x - set +x
- echo "Pulling from branch :" - echo "Pulling from branch :"
- echo "${BRANCH_TO_PULL}" # - echo "$BRANCH_TO_PULL"
# 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 # 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
- set -x - set -x
......
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