Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a391702fd | ||
|
|
3d3125f4fe |
@@ -64,12 +64,12 @@ package-aur:
|
|||||||
# else
|
# else
|
||||||
# echo "Not making git source package, it has not changed"
|
# echo "Not making git source package, it has not changed"
|
||||||
# fi
|
# fi
|
||||||
# - cd ..
|
- cd ..
|
||||||
|
|
||||||
# Set up SSH for publishing
|
# Set up SSH for publishing
|
||||||
- mkdir -p /root/.ssh
|
- mkdir -p /root/.ssh
|
||||||
- cp ./aur.pub /root/.ssh/id_rsa.pub
|
- cp ./aur.pub /root/.ssh/id_rsa.pub
|
||||||
- cat "$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
|
||||||
- echo " IdentityFile /root/.ssh/aur" >> /root/.ssh/config
|
- echo " IdentityFile /root/.ssh/aur" >> /root/.ssh/config
|
||||||
- echo " User aur" >> /root/.ssh/config
|
- echo " User aur" >> /root/.ssh/config
|
||||||
|
|||||||
Reference in New Issue
Block a user