Skip to content

Commit dc6b813

Browse files
committed
updated pipeline config
1 parent d8b0861 commit dc6b813

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ci/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
plan:
9797
- get: git-phlow
9898
- get: pretested-integration
99-
#trigger: true
99+
trigger: true
100100
- task: integration
101101
file: git-phlow/ci/tasks/run-tests.yml
102102
on_failure:
@@ -156,8 +156,8 @@ jobs:
156156
- get: git-phlow #contains the formula update script
157157
- get: gp-version
158158
- get: phlow-artifact-darwin-s3
159-
#passed: [shipit, build-phlow-artifacts]
160-
#trigger: true
159+
passed: [shipit, build-phlow-artifacts]
160+
trigger: true
161161
- task: brew-release
162162
file: git-phlow/ci/tasks/brew-release.yml
163163
on_failure:

ci/tasks/gen-bin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ image_resource:
66
source: {repository: golang, tag: "1.7"}
77

88
inputs:
9-
- name: resource-version
9+
- name: gp-version
1010
- name: git-phlow
1111

1212
outputs:

0 commit comments

Comments
 (0)