From 1d8423dbaf1ac623bcb518d99a7340dd9b2c070e Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Mon, 5 Nov 2018 22:16:13 +0100 Subject: [PATCH] Testing CI with pdata --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 5004aada5..283157fda 100755 --- a/build.sh +++ b/build.sh @@ -8,6 +8,7 @@ echo "arg: $3" echo "arg: $4" echo "Branch name: $5" +echo "AAAAAAAAA $CI_RUNNER_TAGS" if [ x"$5" == x"" ]; then branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3) -- GitLab