Skip to content

Commit 505b330

Browse files
committed
fix: change workdir to root
1 parent 40a66cc commit 505b330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/push-to-aur.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
set -euxo pipefail
44
shopt -s expand_aliases
55

6-
cd /home/pcr
7-
86
# Checksum artifacts
7+
cd /home/pcr
98
sum=$(sha512sum "$PKG_VERSION".tar.gz | sed -r 's/(.*)\s\s.*/\1/')
109

1110
# Setup SSH
11+
cd /root
1212
mkdir .ssh
1313
echo "$PUB_KEY" | tr -d '\r' > .ssh/id_aur.pub
1414
echo "$PRIV_KEY" | base64 --decode > .ssh/id_aur

0 commit comments

Comments
 (0)