Skip to content

Commit

Permalink
correct naming to director PR
Browse files Browse the repository at this point in the history
Change-Id: I0359cc78105db018bfdbe9b67e6ca4ccd8337243
  • Loading branch information
Everlag committed Jul 25, 2017
1 parent a854f9d commit 621dd98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
GOOS: windows
- aggregate:
- put: release-bucket-linux
params: {file: out-linux/s3cli-*-linux-amd64}
params: {file: out-linux/bosh-gcscli-*-linux-amd64}
- put: release-bucket-windows
params: {file: out-windows/s3cli-*-windows-amd64.exe}
params: {file: out-windows/bosh-gcscli-*-windows-amd64.exe}

# - put: gcscli-src
# resource: bosh-gcscli-out
Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ output_dir=${workspace_dir}/out
semver="$(cat ${semver_dir}/number)"
timestamp=$(date -u +"%Y-%m-%dT%H:%M:%SZ")

binname="gcscli-${semver}-${GOOS}-amd64"
binname="bosh-gcscli-${semver}-${GOOS}-amd64"
if [ $GOOS = "windows" ]; then
binname="${binname}.exe"
fi
Expand Down

0 comments on commit 621dd98

Please sign in to comment.