Skip to content

Commit

Permalink
trial and error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jan 17, 2024
1 parent 10ef25b commit eae9ccc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ export DATE VERSION ITERATION COMMIT BRANCH
### Optional ###

# Import this signing key only if it's in the keyring.
gpg --list-keys 2>/dev/null | grep -q B93DD66EF98E54E2EAE025BA0166AD34ABC5A57C
[ "$?" != "0" ] || export SIGNING_KEY=B93DD66EF98E54E2EAE025BA0166AD34ABC5A57C
if which gpg; then
gpg --list-keys 2>/dev/null | grep -q B93DD66EF98E54E2EAE025BA0166AD34ABC5A57C
[ "$?" != "0" ] || export SIGNING_KEY=B93DD66EF98E54E2EAE025BA0166AD34ABC5A57C
fi

# Make sure Docker builds work locally.
# These do not affect automated builds, just allow the docker build scripts to run from a local clone.
Expand Down

0 comments on commit eae9ccc

Please sign in to comment.