We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87f91f commit e595b73Copy full SHA for e595b73
admin/build.sh
@@ -53,8 +53,8 @@ function triggerMsiRelease() {
53
}
54
55
function triggerSmoketest() {
56
- local jsonTemplate='{ "request": { "branch": "%s", "message": "Smoketest %s", "config": { "before_install": "export version=%s" } } }'
57
- local json=$(printf "$jsonTemplate" "$TRAVIS_BRANCH" "$version" "$version")
+ local jsonTemplate='{ "request": { "branch": "%s", "message": "Smoketest %s", "config": { "before_install": "export version=%s scala_sha=%s" } } }'
+ local json=$(printf "$jsonTemplate" "$TRAVIS_BRANCH" "$version" "$version" "$scala_sha")
58
59
local curlStatus=$(curl \
60
-s -o /dev/null -w "%{http_code}" \
0 commit comments