various: master → main updates
cockpit/ bots/ and cockpituous/ all use the 'main' branch now.
This commit is contained in:
parent
37a64010bf
commit
37b2ee5056
6 changed files with 10 additions and 10 deletions
|
|
@ -39,7 +39,7 @@ if ! id runtest 2>/dev/null; then
|
|||
useradd -c 'Test runner' runtest
|
||||
# allow test to set up things on the machine
|
||||
mkdir -p /root/.ssh
|
||||
curl https://raw.githubusercontent.com/cockpit-project/bots/master/machine/identity.pub >> /root/.ssh/authorized_keys
|
||||
curl https://raw.githubusercontent.com/cockpit-project/bots/main/machine/identity.pub >> /root/.ssh/authorized_keys
|
||||
chmod 600 /root/.ssh/authorized_keys
|
||||
fi
|
||||
chown -R runtest "$SOURCE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue