Skip to content

Commit

Permalink
Add a missing and remove an couple of extra s from packs.deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jjm authored and Kami committed May 26, 2016
1 parent 7e41971 commit 4ffcf2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/packs/actions/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ workflows:

publish:
notify_channel: <% task(check_auto_deploy_repo).result.result.notify_channel %>
deployment_branch: <% task(check_auto_deploy_repo).result.deployment_branch %>
deployment_branch: <% task(check_auto_deploy_repo).result.result.deployment_branch %>

on-success:
- auto_deploy_install
Expand All @@ -115,8 +115,8 @@ workflows:
branch: <% $.deployment_branch %>

publish:
repo_url: <% task(auto_deploy_install).result.result.repo_url %>
pack: <% task(auto_deploy_install).result.result.pack %>
repo_url: <% task(auto_deploy_install).result.repo_url %>
pack: <% task(auto_deploy_install).result.pack %>

on-success:
- notify_success
Expand Down

0 comments on commit 4ffcf2a

Please sign in to comment.