Skip to content

Commit b3b43e5

Browse files
committed
close #180 add credentials to scoop release
1 parent c76458f commit b3b43e5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

ci/pipeline.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ jobs:
142142
- get: git-phlow
143143
- get: gp-version
144144
- get: phlow-artifact-windows-s3
145+
passed: [takeoff]
146+
trigger: true
145147
- task: scoop-release
146148
file: git-phlow/ci/scoop/scoop.yml
147149
- put: scoop-bucket
@@ -190,11 +192,6 @@ resources:
190192
uri: [email protected]:Praqma/scoop-praqma-tools.git
191193
branch: master
192194
private_key: {{github-private-key}}
193-
git_config:
194-
- name: user.email
195-
196-
- name: user.name
197-
value: concourse
198195

199196
#PRETESTED INTEGRATION
200197
- name: tollgate

ci/scoop/scoop.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ cat scoop-bucket/git-phlow.json
1212

1313
#Commit everything in the scoop bucket
1414
cd scoop-bucket
15+
16+
git config --global user.email "[email protected]"
17+
git config --global user.name "concourse"
18+
1519
git add --all
1620
git commit -m "$VERSION released"

0 commit comments

Comments
 (0)