First test
This commit is contained in:
commit
9aa57389b1
1 changed files with 9 additions and 0 deletions
9
.woodpecker.yml
Normal file
9
.woodpecker.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
pipeline:
|
||||
test:
|
||||
image: debian
|
||||
commands:
|
||||
- DEBIAN_FRONTEND=noninteractive apt-get -qq update < /dev/null > /dev/null
|
||||
- DEBIAN_FRONTEND=noninteractive apt-get -qq -y install --no-install-recommends gnupg2 < /dev/null > /dev/null
|
||||
- echo "$GPG_KEY"
|
||||
- echo "$GPG_KEY"|base64 -d|gpg --import
|
||||
- gpg -K
|
Loading…
Reference in a new issue