Skip to content

Commit 6a1974f

Browse files
committed
alpha: Create .cargo/sbkeys if it doesn't exist
1 parent c506940 commit 6a1974f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

local/alpha-sdk.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ do
149149
# We need the sbkeys scripts in a location that is not .dockerignored but is .gitignored
150150
rm -rf "${bottlerocket_dir}/build/sbkeys"
151151
mkdir -p "${bottlerocket_dir}/build/sbkeys"
152+
mkdir -p "${bottlerocket_dir}/.cargo/sbkeys"
152153
cp "${bottlerocket_dir}/sbkeys/generate-aws-sbkeys" "${bottlerocket_dir}/.cargo/sbkeys"
153154
cp "${bottlerocket_dir}/sbkeys/generate-local-sbkeys" "${bottlerocket_dir}/.cargo/sbkeys"
154155

0 commit comments

Comments
 (0)