Skip to content

Commit

Permalink
Merge pull request #119 from ecpullen/alpha-fix
Browse files Browse the repository at this point in the history
alpha: Create `.cargo/sbkeys` if it doesn't exist
  • Loading branch information
ecpullen authored Dec 1, 2023
2 parents 302ef13 + 6a1974f commit 71e6b7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local/alpha-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ do
# We need the sbkeys scripts in a location that is not .dockerignored but is .gitignored
rm -rf "${bottlerocket_dir}/build/sbkeys"
mkdir -p "${bottlerocket_dir}/build/sbkeys"
mkdir -p "${bottlerocket_dir}/.cargo/sbkeys"
cp "${bottlerocket_dir}/sbkeys/generate-aws-sbkeys" "${bottlerocket_dir}/.cargo/sbkeys"
cp "${bottlerocket_dir}/sbkeys/generate-local-sbkeys" "${bottlerocket_dir}/.cargo/sbkeys"

Expand Down

0 comments on commit 71e6b7c

Please sign in to comment.