Skip to content

Commit f134c5c

Browse files
committed
more stupid troubleshooting
Signed-off-by: Matt Wrock <matt@mattwrock.com>
1 parent 1f809f0 commit f134c5c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.studiorc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ _stop-builder() {
235235
stop-builder() { stop-on-failure _stop-builder "$@"; }
236236

237237
generate_bldr_keys() {
238+
ls "/hab/cache/keys"
239+
printenv
238240
mapfile -t keys < <(find /hab/cache/keys -name "bldr-*.pub")
239241

240242
if [ "${#keys[@]}" -gt 0 ]; then

0 commit comments

Comments
 (0)