Skip to content

Commit 71e6b7c

Browse files
authored
Merge pull request #119 from ecpullen/alpha-fix
alpha: Create `.cargo/sbkeys` if it doesn't exist
2 parents 302ef13 + 6a1974f commit 71e6b7c

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)