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 28, 2024
1 parent da2c157 commit d62b384
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 ".env"; 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 d62b384

Please sign in to comment.