Skip to content

Commit

Permalink
Merge pull request #15779 from cockroachdb/marc/fix_script_name
Browse files Browse the repository at this point in the history
build: fix script name
  • Loading branch information
mberhault authored May 8, 2017
2 parents c2b6917 + 5ecf661 commit cd40ba5
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 cd40ba5

Please sign in to comment.