Skip to content

Commit

Permalink
Merge pull request #15780 from cockroachdb/marc/cherrypick_15779
Browse files Browse the repository at this point in the history
1.0x cherrypick: build: fix script name
  • Loading branch information
mberhault authored May 8, 2017
2 parents 2d19387 + 5ebc7b0 commit 6e9563a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/teamcity-publish-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -euxo pipefail

export BUILDER_HIDE_GOPATH_SRC=1

build/teamcity-publish-s3-binaries "$@"
build/teamcity-publish-s3-binaries.sh "$@"

if [ "$TC_BUILD_BRANCH" != master ]; then
image=docker.io/cockroachdb/cockroach
Expand Down

0 comments on commit 6e9563a

Please sign in to comment.