Skip to content

Commit

Permalink
close #180 add credentials to scoop release
Browse files Browse the repository at this point in the history
  • Loading branch information
groenborg committed Aug 1, 2017
1 parent c76458f commit b3b43e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -190,11 +192,6 @@ resources:
uri: [email protected]:Praqma/scoop-praqma-tools.git
branch: master
private_key: {{github-private-key}}
git_config:
- name: user.email
value: [email protected]
- name: user.name
value: concourse

#PRETESTED INTEGRATION
- name: tollgate
Expand Down
4 changes: 4 additions & 0 deletions ci/scoop/scoop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ cat scoop-bucket/git-phlow.json

#Commit everything in the scoop bucket
cd scoop-bucket

git config --global user.email "[email protected]"
git config --global user.name "concourse"

git add --all
git commit -m "$VERSION released"

0 comments on commit b3b43e5

Please sign in to comment.