diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-06 09:39:54 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-06 09:41:01 +0200 |
commit | 50c0a193b504d2eef6c57cabe4747ba11ded8657 (patch) | |
tree | 7f35fa0731777caaec284440e77b93c30d3f41ff /cix.sh | |
parent | 52d12e46345e831fb61e8b98395ee966e4788b41 (diff) | |
download | sonarqube-50c0a193b504d2eef6c57cabe4747ba11ded8657.tar.gz sonarqube-50c0a193b504d2eef6c57cabe4747ba11ded8657.zip |
Add minor comments to build files
Diffstat (limited to 'cix.sh')
-rwxr-xr-x | cix.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |