fix whitespaces

This commit is contained in:
Philipp Holzer 2023-04-02 12:29:44 +02:00
parent 8e773da987
commit 504d84719f
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ RUN set -eux; \
perl-utils \
; \
# verify the signature
export GNUPGHOME="$(mktemp -d)"; \
export GNUPGHOME="$(mktemp -d)"; \
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import; \
curl -Os https://uploader.codecov.io/latest/alpine/codecov; \
curl -Os https://uploader.codecov.io/latest/alpine/codecov.SHA256SUM; \
@ -20,6 +20,6 @@ RUN set -eux; \
rm -rf "$GNUPGHOME" codecov.SHA256SUM codecov.SHA256SUM.sig; \
mv codecov /usr/local/bin/codecov; \
# clean up fetch dependencies
apk del --no-network .gosu-deps; \
apk del --no-network .gosu-deps; \
chmod +x /usr/local/bin/codecov; \
codecov --version;