Skip to content

Commit

Permalink
updating pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Correia committed Aug 2, 2018
1 parent 9adc4a6 commit fedc3dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ jobs:
plan:
- get: git-repo-dev
trigger: true

- task: ci
file: git-repo-dev/ci/integration.yml
params:
MAKE_TARGETS: _prepare _build

- put: app-resource-version
params:
bump: patch
Expand All @@ -71,6 +73,7 @@ jobs:
serial: true
plan:
- get: git-repo-homebrew

- get: git-repo-master
trigger: true

Expand Down Expand Up @@ -114,5 +117,4 @@ jobs:
- name: git-repo-homebrew
run:
path: make
args: ["-C","git-repo-homebrew","update_all"]

args: ["-C","git-repo-homebrew","update_all"]

0 comments on commit fedc3dd

Please sign in to comment.