Skip to content

Commit

Permalink
ci: switch pgp server due to outage
Browse files Browse the repository at this point in the history
  • Loading branch information
aunali1 committed Jun 24, 2021
1 parent 754a07b commit b445ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ steps:
- echo "COMPRESSZST=(zstd -c -T0 -20 --ultra -)" | tee -a /etc/makepkg.conf
- printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers # passwordless sudo
- chown -R builduser:builduser ./
- sudo -u builduser gpg --keyserver hkp://keys.gnupg.net:80 --recv-keys 38DBBDC86092693E
- sudo -u builduser gpg --keyserver pgp.mit.edu --recv-keys 38DBBDC86092693E
- sudo -u builduser bash -c 'export MAKEFLAGS=-j32 && makepkg -s --noconfirm'
- ls -lah *.pkg.tar.zst
- mv *.pkg.tar.zst /tmp/products
Expand Down

0 comments on commit b445ae3

Please sign in to comment.