From b3b43e570d12d15542484bd624f36b687a8d8ca6 Mon Sep 17 00:00:00 2001 From: Simon Groenborg Date: Tue, 1 Aug 2017 13:35:21 +0200 Subject: [PATCH] close #180 add credentials to scoop release --- ci/pipeline.yml | 7 ++----- ci/scoop/scoop.sh | 4 ++++ 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index e9474f9..9a112c3 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -142,6 +142,8 @@ jobs: - get: git-phlow - get: gp-version - get: phlow-artifact-windows-s3 + passed: [takeoff] + trigger: true - task: scoop-release file: git-phlow/ci/scoop/scoop.yml - put: scoop-bucket @@ -190,11 +192,6 @@ resources: uri: git@github.com:Praqma/scoop-praqma-tools.git branch: master private_key: {{github-private-key}} - git_config: - - name: user.email - value: concourse@praqma.net - - name: user.name - value: concourse #PRETESTED INTEGRATION - name: tollgate diff --git a/ci/scoop/scoop.sh b/ci/scoop/scoop.sh index 2735257..404ba47 100755 --- a/ci/scoop/scoop.sh +++ b/ci/scoop/scoop.sh @@ -12,5 +12,9 @@ cat scoop-bucket/git-phlow.json #Commit everything in the scoop bucket cd scoop-bucket + +git config --global user.email "concourse@praqma.net" +git config --global user.name "concourse" + git add --all git commit -m "$VERSION released"