Skip to content

Commit

Permalink
Merge pull request #361 from mission-apprentissage/fix/decrypt_logs
Browse files Browse the repository at this point in the history
fix(debug): log file name
  • Loading branch information
yohanngab authored Nov 18, 2024
2 parents f3903c9 + 7c348e1 commit ad629b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bin/scripts/run-playbook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ function runPlaybook() {
if [[ -z "${CI:-}" ]]; then
runPlaybook "$@"
else
runPlaybook "$@" &> /tmp/deploy_error.log
runPlaybook "$@" &> /tmp/deploy.log
fi;

0 comments on commit ad629b8

Please sign in to comment.