Skip to content

Commit

Permalink
close #170 fix windows bucket on aws
Browse files Browse the repository at this point in the history
  • Loading branch information
groenborg committed Jul 31, 2017
1 parent 1c391eb commit b745f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/build/windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apt-get install zip unzip

#GET VERSION AND PATH
#STORE VERSION AND PATH FOR BUILD
VERSION="1.0.0" #$(cat gp-version/version)
VERSION=$(cat gp-version/version)
BUILDPATH=$(pwd)

#CREATE GO DIRECTORY STRUCTURE
Expand Down
2 changes: 1 addition & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ resources:
type: s3
source:
bucket: git-phlow-pipeline-artifacts
regexp: git-phlow-(.*)-windows-(.*).tar.gz
regexp: git-phlow-(.*)-windows-(.*).zip
access_key_id: {{s3-access-key-id}}
region_name: eu-central-1
secret_access_key: {{s3-secret-access-key}}
Expand Down

0 comments on commit b745f75

Please sign in to comment.