Skip to content

Commit

Permalink
Merge branch 'release' into rc
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard committed May 23, 2023
2 parents 8e95ccc + d59eaf5 commit 3130524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/ci/testing/setup-devenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [[ -n $CI ]]; then
# they end up fixing it.
if grep -q -- "-----BEGIN" "$tmpFile"; then
# Output is armored, convert to binary
gpg --dearmor "$tmpFile" | sudo tee "$keyringLocation" >/dev/null
gpg --output - --dearmor "$tmpFile" | sudo tee "$keyringLocation" >/dev/null
rm "$tmpFile"
else
echo "Warning: GCP apt-key is not armored. We can remove this workaround now."
Expand Down

0 comments on commit 3130524

Please sign in to comment.