Skip to content

Commit

Permalink
Make directory LOGS_DEST in download_service_logs (openshift#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuviGold authored Feb 22, 2021
1 parent c5afe15 commit 9d4bc4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/download_logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ KUBECTL=${KUBECTL:-kubectl}
LOGS_DEST=${LOGS_DEST:-build}

function download_service_logs() {
mkdir -p ${LOGS_DEST} || true

if [ "${DEPLOY_TARGET:-}" = "onprem" ]; then
podman ps -a || true

Expand Down

0 comments on commit 9d4bc4b

Please sign in to comment.