diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd3e46b535e6f81438acdd4b4c649cdbaa71e215..782768ddf6e50a7cbe580e216d53918562975b8b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -107,7 +107,7 @@ stages: - if [ -z "$PYLIB" ]; then if echo "$CI_COMMIT_REF_NAME" | grep -c "^f-" ; then echo "Check if pylib has branch $CI_COMMIT_REF_NAME" ; - if wget https://gitlab.indiscale.com/api/v4/projects/97/repository/branches/${CI_COMMIT_REF_NAME} ; then + if wget -O /dev/null https://gitlab.indiscale.com/api/v4/projects/97/repository/branches/${CI_COMMIT_REF_NAME}>/dev/null ; then PYLIB=$CI_COMMIT_REF_NAME ; fi; fi; @@ -118,7 +118,7 @@ stages: - if [ -z "$ADVANCED" ]; then if echo "$CI_COMMIT_REF_NAME" | grep -c "^f-" ; then echo "Check if advanced user tools have branch $CI_COMMIT_REF_NAME" ; - if wget https://gitlab.indiscale.com/api/v4/projects/104/repository/branches/${CI_COMMIT_REF_NAME} ; then + if wget -O /dev/null https://gitlab.indiscale.com/api/v4/projects/104/repository/branches/${CI_COMMIT_REF_NAME} ; then ADVANCED=$CI_COMMIT_REF_NAME ; fi; fi; @@ -265,6 +265,7 @@ build-testenv: - pushes needs: [] script: + - *env - df -h - command -v wget