This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 23d18b2 Argh, fix missing curly, I really should have made a PR...
23d18b2 is described below
commit 23d18b23bad3d592184a06588132512e751d1f9f
Author: Leif Hedstrom <[email protected]>
AuthorDate: Tue Apr 18 17:19:19 2017 -0600
Argh, fix missing curly, I really should have made a PR...
---
ci/jenkins/bin/clang-analyzer.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/ci/jenkins/bin/clang-analyzer.sh b/ci/jenkins/bin/clang-analyzer.sh
index 5401b8e..81e6ba4 100755
--- a/ci/jenkins/bin/clang-analyzer.sh
+++ b/ci/jenkins/bin/clang-analyzer.sh
@@ -44,8 +44,7 @@ test -z "${ATS_MAKE}" && ATS_MAKE="make"
test ! -z "${WORKSPACE}" && cd "${WORKSPACE}/src"
# Check to see if this is a Github PR build (so not a github branch per-se)
-test "${JOB_NAME#*-github" != "${JOB_NAME}" && ATS_BRANCH=github
-
+test "${JOB_NAME#*-github}" != "${JOB_NAME}" && ATS_BRANCH="github"
# Where to store the results, special case for the CI
output="/tmp"
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].