Skip to content

Commit

Permalink
fix: docker env init
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Aug 21, 2024
1 parent da2c157 commit cec0475
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kuboreleaser
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#!/usr/bin/env bash

if ! test -f "$f"; then
./actions/embed/.env.sh
echo ".env created, try executing kuboreleaser again"
exit 0
fi

docker run -it --env-file .env kuboreleaser "$@"

0 comments on commit cec0475

Please sign in to comment.