Skip to content

Commit

Permalink
Revert "ci: keep pgp stderr for debugging (#967)"
Browse files Browse the repository at this point in the history
This reverts commit f11641b.
  • Loading branch information
matslina committed Nov 6, 2023
1 parent 43e820e commit d7dc8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fetch-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mkdir -p "/tmp/$LIBWEBP_VERSION"
pushd "/tmp/$LIBWEBP_VERSION" > /dev/null

# WebP release signing key.
gpg --receive-keys --keyserver hkps://keyserver.ubuntu.com 6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D
gpg --receive-keys --keyserver hkps://keyserver.ubuntu.com 6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D 2>/dev/null

echo "Fetching WebP Binaries"
for ARCH in $RELEASE_ARCHS
Expand Down

0 comments on commit d7dc8db

Please sign in to comment.