Skip to content

Commit

Permalink
test-project: add dummy sbkeys script
Browse files Browse the repository at this point in the history
Until #120 is done, we need the generate-sbkeys-script to exist in the
right place in the project even if we are not using its functionality.
  • Loading branch information
webern committed May 18, 2024
1 parent 64d8e59 commit fa1f52f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/projects/local-kit/sbkeys/generate-local-sbkeys
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# This file needs to exist in the project: https://github.com/bottlerocket-os/twoliter/issues/120
# TODO - delete this file when no longer needed
echo "generate-local-sbkeys script was called"

0 comments on commit fa1f52f

Please sign in to comment.