diff options
author | makefu <github@syntax-fehler.de> | 2020-08-12 20:45:32 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-08-12 20:45:32 +0200 |
commit | 84da9293b05160f3a55b598de16e88b26c82520c (patch) | |
tree | e06a31721efa5e8e5ec2fc9960432e42446646f6 /.gitlab-ci.yml | |
parent | 0a6f63961dca75ac75b0f4f45d0832040e889eba (diff) |
gitlab-ci: debug gpg issue
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a7a4e605..cf8f6e8f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |