diff --git a/.gitlab/ci/shared_script.gitlab-ci.yml b/.gitlab/ci/shared_script.gitlab-ci.yml index dc16410eeed6ff5e9c26f3fa9c1a1953f45b74a0..2c48ba32abf096a2007b6a724d96ff35e707ef1a 100644 --- a/.gitlab/ci/shared_script.gitlab-ci.yml +++ b/.gitlab/ci/shared_script.gitlab-ci.yml @@ -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