From b745f752a2a7cde5e1ef2cc1adbab4cc4b6b889d Mon Sep 17 00:00:00 2001 From: Simon Groenborg Date: Mon, 31 Jul 2017 14:36:40 +0200 Subject: [PATCH] close #170 fix windows bucket on aws --- ci/build/windows.sh | 2 +- ci/pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/build/windows.sh b/ci/build/windows.sh index df09dff..45ef312 100755 --- a/ci/build/windows.sh +++ b/ci/build/windows.sh @@ -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 diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 8394753..7e4cc5f 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -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}}