Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build-lxd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-lxd.yml b/.github/workflows/build-lxd.yml
index 232f8f59..778224d2 100644
--- a/.github/workflows/build-lxd.yml
+++ b/.github/workflows/build-lxd.yml
@@ -77,7 +77,7 @@ jobs:
eval "$(ssh-agent)"
ssh-add "$HOME/.ssh/automation_ssh_key"
hcloud ssh-key create --name "rpi-build-{{ env.UID}}" --public-key-from-file "$HOME/.ssh/automation_ssh_key.pub"
- hcloud server create --image debian-11 --name "ncp-builder-{{ env.UID }}"" --type cx11 --ssh-key "rpi-build-{{ env.UID }}"
+ hcloud server create --image debian-11 --name "ncp-builder-{{ env.UID }}" --type cx11 --ssh-key "rpi-build-{{ env.UID }}"
SSH_OPTIONS=(-o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null" -i "$HOME/.ssh/automation_ssh_key")
for i in {1..5}
do