git-sig/.gitlab-ci.yml

16 lines
529 B
YAML
Raw Normal View History

2020-11-20 06:47:57 +00:00
image: docker:dind
2020-11-20 07:32:58 +00:00
services:
2020-11-20 06:47:57 +00:00
- docker:dind
before_script:
2020-11-20 08:02:35 +00:00
- apk add make git gnupg openssl bash
2020-11-20 06:47:57 +00:00
2020-11-19 21:40:38 +00:00
test:
script:
- make lint
- make test
2020-11-20 08:00:33 +00:00
- mkdir -p ~/.gnupg/
2020-11-20 07:50:30 +00:00
- echo "group maintainers = 154E6BB21AA3ADAA1AE8E4C3B11B4A3F97FE0C65 D37EA2C705C8125024932FF3008DDBA577B40593 000BB588C6908039A1E7B033552ECE18615AA0CF 0993C738D2D0B3B4B70E4CEBB62C48C8CAFFFC09 E68A304BC1806237B05CD2A21667D82C2BF9F3E1 6B61ECD76088748C70590D55E90A401336C8AAA9" >> ~/.gnupg/gpg.conf
- ./sig verify --threshold 3 --group maintainers