Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
oblodgett committed Apr 8, 2020
1 parent 8f6b598 commit 8030d16
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion playbook_run_api_integration_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
failed_flag: "passed"
rescue:
- debug:
mgs: "Error Detected Failing Build"
msg: "Error Detected Failing Build"
- set_fact:
failed_flag: "failed"

Expand Down
2 changes: 1 addition & 1 deletion playbook_run_cacher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
failed_flag: "passed"
rescue:
- debug:
mgs: "Error Detected Failing Build"
msg: "Error Detected Failing Build"
- set_fact:
failed_flag: "failed"

Expand Down
2 changes: 1 addition & 1 deletion playbook_run_file_gener.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
failed_flag: "passed"
rescue:
- debug:
mgs: "Error Detected Failing Build"
msg: "Error Detected Failing Build"
- set_fact:
failed_flag: "failed"

Expand Down
2 changes: 1 addition & 1 deletion playbook_run_indexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
failed_flag: "passed"
rescue:
- debug:
mgs: "Error Detected Failing Build"
msg: "Error Detected Failing Build"
- set_fact:
failed_flag: "failed"

Expand Down
2 changes: 1 addition & 1 deletion playbook_run_indexer_integration_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
failed_flag: "passed"
rescue:
- debug:
mgs: "Error Detected Failing Build"
msg: "Error Detected Failing Build"
- set_fact:
failed_flag: "failed"

Expand Down
2 changes: 1 addition & 1 deletion playbook_run_loader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

rescue:
- debug:
mgs: "Error Detected Failing Build"
msg: "Error Detected Failing Build"
- set_fact:
failed_flag: "failed"

Expand Down
2 changes: 1 addition & 1 deletion playbook_run_loader_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
failed_flag: "passed"
rescue:
- debug:
mgs: "Error Detected Failing Build"
msg: "Error Detected Failing Build"
- set_fact:
failed_flag: "failed"

Expand Down
2 changes: 1 addition & 1 deletion playbook_run_qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
failed_flag: "passed"
rescue:
- debug:
mgs: "Error Detected Failing Build"
msg: "Error Detected Failing Build"
- set_fact:
failed_flag: "failed"

Expand Down

0 comments on commit 8030d16

Please sign in to comment.