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

remove debug lines

parent 5a194f66
No related branches found
No related tags found
1 merge request!2Fix/ci fork exec
......@@ -9,7 +9,6 @@
- API_URL="https://gitlab.eclipse.org/api/v4"
# Check if a branch with the same name exist on the dependency repository
- BRANCH_TO_PULL="dev" # default branch
- set -x
- >
if [ "$CI_MERGE_REQUEST_ID" ]; then # CASE MERGE REQUEST
echo "Merge request pipeline detected"
......@@ -36,7 +35,6 @@
fi
fi
- echo "Pulling from branch:\"$BRANCH_TO_PULL\""
- set +x
- >
if [[ ! $PULL_FROM_FORK ]]; then # nominal case : we are in the official 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