From 50c0a193b504d2eef6c57cabe4747ba11ded8657 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 6 Jun 2016 09:39:54 +0200 Subject: Add minor comments to build files --- cix.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cix.sh') diff --git a/cix.sh b/cix.sh index 2b0b78c5e53..466e91126da 100755 --- a/cix.sh +++ b/cix.sh @@ -1,5 +1,5 @@ #!/bin/bash -# +# QA pipeline set -euo pipefail @@ -19,10 +19,10 @@ case "$RUN_ACTIVITY" in ;; run-integration-tests-*) - CATEGORY=$(echo $RUN_ACTIVITY | sed "s/run-integration-tests-//g") + CATEGORY=$(echo $RUN_ACTIVITY | sed "s/run-integration-tests-//g") - ./run-integration-tests.sh "${CATEGORY}" "http://infra.internal.sonarsource.com/jenkins/orch-embedded.properties" - ;; + ./run-integration-tests.sh "${CATEGORY}" "http://infra.internal.sonarsource.com/jenkins/orch-embedded.properties" + ;; run-it-released-plugins) ./run-integration-tests.sh "Plugins" "http://infra.internal.sonarsource.com/jenkins/orch-h2.properties" -- cgit v1.2.3