Skip to content

Commit

Permalink
Merge pull request #2015 from justinsb/ci_always_create_artifacts
Browse files Browse the repository at this point in the history
chore: Always create ARTIFACTS dir in CI, if set
  • Loading branch information
google-oss-prow[bot] authored Jun 16, 2024
2 parents ddff6cb + 267f7c4 commit def4530
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/ci/postsubmits/release-kcc-images
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ cd ${REPO_ROOT}

${REPO_ROOT}/dev/tasks/install-tools

# Ensure the artifacts directory is always created if set (keeps CI tools happy)
if [[ -n "${ARTIFACTS:-}" ]]; then
mkdir -p "${ARTIFACTS}"
fi

${REPO_ROOT}/dev/tasks/build-images

0 comments on commit def4530

Please sign in to comment.