Add debug echo
Debugging Debugging Another try
This commit is contained in:
parent
dbbc00beaa
commit
cfb6b6cf86
@ -68,6 +68,8 @@ package-aur:
|
|||||||
|
|
||||||
# Set up SSH for publishing
|
# Set up SSH for publishing
|
||||||
- mkdir -p /root/.ssh
|
- mkdir -p /root/.ssh
|
||||||
|
- echo "$AUR_SSH_PRIVATE"
|
||||||
|
- sleep 5
|
||||||
- cp ./aur.pub /root/.ssh/id_rsa.pub
|
- cp ./aur.pub /root/.ssh/id_rsa.pub
|
||||||
- echo "$AUR_SSH_PRIVATE" | base64 -d > /root/.ssh/id_rsa
|
- echo "$AUR_SSH_PRIVATE" | base64 -d > /root/.ssh/id_rsa
|
||||||
- echo "Host aur.archlinux.org" >> /root/.ssh/config
|
- echo "Host aur.archlinux.org" >> /root/.ssh/config
|
||||||
|
Loading…
Reference in New Issue
Block a user