fix: remove docker-pushrm
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-09-01 08:57:34 +02:00
parent 4ed6abb406
commit 57d2cc6440
4 changed files with 10 additions and 16 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -e
cat > /etc/pacman.d/gnupg/dirmngr.conf <<EOF
keyserver hkps://hkps.pool.sks-keyservers.net:443
keyserver hkp://pool.sks-keyservers.net:80
@ -7,19 +9,17 @@ EOF
# Initialize pacman-key ring
pacman-key --init
pacman-key --refresh-keys
# Add GPG Key
pacman-key --recv-keys 9B146D11A9ED6CA7E279EB1A852BCC170D81A982
pacman-key --lsign 9B146D11A9ED6CA7E279EB1A852BCC170D81A982
# pacman-key --refresh-keys
# Add additional pacman mirrors
cat >> /etc/pacman.conf <<EOF
[any]
SigLevel = Optional TrustAll
Server = https://aur.cryptic.systems/any/
[x86_64]
SigLevel = Optional TrustAll
Server = https://aur.cryptic.systems/x86_64/
[oracle]

View File

@ -1,3 +0,0 @@
#!/bin/bash
go get -u github.com/go-bindata/go-bindata/...