From 3ae8707dcb6fb5f319eaaf7e37f9063c76573357 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 12 May 2023 07:52:40 +0000 Subject: [PATCH] Missing quotation mark --- .github/workflows/images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index e4557e8..7710c2d 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -32,7 +32,7 @@ jobs: ssh root@$IP git clone https://github.com/out-of-tree/out-of-tree ssh root@$IP "cd out-of-tree && git checkout $GITHUB_SHA" ssh root@$IP ./out-of-tree/tools/qemu-debian-img/generate-images.sh - ssh root@$IP "s3cmd put ./out-of-tree/tools/qemu-debian-img/*.tar.gz s3://out-of-tree/1.0.0 --host=fra1.digitaloceanspaces.com --access_key=${{ secrets.DIGITALOCEAN_SPACES_ACCESS_KEY }} --secret_key=${{ secrets.DIGITALOCEAN_SPACES_SECRET_KEY }} + ssh root@$IP "s3cmd put ./out-of-tree/tools/qemu-debian-img/*.tar.gz s3://out-of-tree/1.0.0 --host=fra1.digitaloceanspaces.com --access_key=${{ secrets.DIGITALOCEAN_SPACES_ACCESS_KEY }} --secret_key=${{ secrets.DIGITALOCEAN_SPACES_SECRET_KEY }}" - name: delete droplet if: always()