From cfb6b6cf86fd91dd88efba4980e9dadac575d501 Mon Sep 17 00:00:00 2001 From: Dmitry Porunov Date: Fri, 1 Nov 2019 03:51:37 +0400 Subject: [PATCH] Add debug echo Debugging Debugging Another try --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c72daa5..8607b16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,6 +68,8 @@ package-aur: # Set up SSH for publishing - mkdir -p /root/.ssh + - echo "$AUR_SSH_PRIVATE" + - sleep 5 - cp ./aur.pub /root/.ssh/id_rsa.pub - echo "$AUR_SSH_PRIVATE" | base64 -d > /root/.ssh/id_rsa - echo "Host aur.archlinux.org" >> /root/.ssh/config