Skip to content

Commit

Permalink
Ensure the /logs directory exists (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
eshiroma authored Jun 17, 2022
1 parent 0d2d1b7 commit cf1c310
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/verify
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ done
[[ -z "$parameters" ]] && parameters="{}"
[[ -z "$wait_timeout" ]] && wait_timeout=600

# Ensure /logs dir exists in case this script was run outside of scripts/dev
mkdir -p "/logs"
error_summary_path="/logs/errors_summary.log"

function delete_apiservices() {
Expand Down

0 comments on commit cf1c310

Please sign in to comment.