Skip to content

Commit e595b73

Browse files
committed
Forward scala sha
1 parent c87f91f commit e595b73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ function triggerMsiRelease() {
5353
}
5454

5555
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")
56+
local jsonTemplate='{ "request": { "branch": "%s", "message": "Smoketest %s", "config": { "before_install": "export version=%s scala_sha=%s" } } }'
57+
local json=$(printf "$jsonTemplate" "$TRAVIS_BRANCH" "$version" "$version" "$scala_sha")
5858

5959
local curlStatus=$(curl \
6060
-s -o /dev/null -w "%{http_code}" \

0 commit comments

Comments
 (0)