aboutsummaryrefslogtreecommitdiffstats
path: root/cix.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-06-06 09:39:54 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-06-06 09:41:01 +0200
commit50c0a193b504d2eef6c57cabe4747ba11ded8657 (patch)
tree7f35fa0731777caaec284440e77b93c30d3f41ff /cix.sh
parent52d12e46345e831fb61e8b98395ee966e4788b41 (diff)
downloadsonarqube-50c0a193b504d2eef6c57cabe4747ba11ded8657.tar.gz
sonarqube-50c0a193b504d2eef6c57cabe4747ba11ded8657.zip
Add minor comments to build files
Diffstat (limited to 'cix.sh')
-rwxr-xr-xcix.sh8
1 files changed, 4 insertions, 4 deletions
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"