Skip to content

Commit

Permalink
fix error in task paths (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
colincoleman authored Dec 18, 2018
1 parent 7fba46d commit 7f9ffaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/tasks/apply/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ outputs:
- name: terraform-out

run:
path: source/examples/test/tasks/apply/task.sh
path: source/.ci/tasks/apply/task.sh
2 changes: 1 addition & 1 deletion .ci/tasks/destroy/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ inputs:
- name: secret-source

run:
path: source/examples/test/tasks/destroy/task.sh
path: secret-source/.ci/tasks/destroy/task.sh
2 changes: 1 addition & 1 deletion .ci/tasks/test/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ inputs:
- name: terraform-out

run:
path: source/examples/test/tasks/test/task.sh
path: secret-source/.ci/tasks/test/task.sh

0 comments on commit 7f9ffaf

Please sign in to comment.