Skip to content

Commit

Permalink
remove one more mkdir -p
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Harding <azdagron@gmail.com>
  • Loading branch information
azdagron committed Sep 13, 2023
1 parent 07ca5e8 commit 2653584
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/scripts/build_linux_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ build_artifact() {
local staging="${tardir}"/spire/spire-${TAG}
local extras_staging="${tardir}"/spire-extras/spire-extras-${TAG}

mkdir -p "${tardir}"
mkdir -p "${staging}"/bin
mkdir -p "${extras_staging}"/bin
mkdir -p "${OUTDIR}"
Expand Down

0 comments on commit 2653584

Please sign in to comment.