From ed621516c96db958fb4da799d3b361ac61c729c3 Mon Sep 17 00:00:00 2001 From: Cyril Moineau <cyril.moineau@cea.fr> Date: Mon, 25 Mar 2024 13:58:38 +0000 Subject: [PATCH] remove debug lines --- .gitlab/ci/shared_script.gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab/ci/shared_script.gitlab-ci.yml b/.gitlab/ci/shared_script.gitlab-ci.yml index dc16410..2c48ba3 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 -- GitLab