gitlab-ci: debug gpg issue

This commit is contained in:
makefu 2020-08-12 20:45:32 +02:00
parent 0a6f63961d
commit 84da9293b0
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ before_script:
- chmod 600 ~/.ssh/gitlab_deploy.key
- echo "$ssh_git_shackspace_serverkey" >> ~/.ssh/known_hosts
# import secret key for secrets
- which gpg
- which gpg2
- echo "$secrets_gpg_key" | gpg --import
deployment test:
stage: test