Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
htdvisser committed Sep 4, 2017
2 parents 788fbc3 + 7f4d901 commit ae14192
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_script:

tests:
stage: test
image: golang:latest
image: golang:1.8
services:
- thethingsnetwork/rabbitmq
- redis
Expand Down Expand Up @@ -65,8 +65,11 @@ sign:
script:
- pushd release
- shasum -a 256 $(ls) > checksums
- mkdir ~/.gnupg && chmod 700 ~/.gnupg
- echo -e "use-agent\npinentry-mode loopback" > ~/.gnupg/gpg.conf
- echo "allow-loopback-pinentry" > ~/.gnupg/gpg-agent.conf
- gpg --no-tty --batch --import /gpg/signing.ci.gpg-key
- gpg --no-tty --batch --no-use-agent --passphrase $GPG_PASSPHRASE --detach-sign checksums
- echo $GPG_PASSPHRASE | gpg --batch --no-tty --yes --passphrase-fd 0 --detach-sign checksums
- popd
artifacts:
paths:
Expand Down

0 comments on commit ae14192

Please sign in to comment.