From aff9ff40b5e0ed300c09eaae6804529b3d28f3d9 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 28 Jan 2019 12:44:05 -0500 Subject: [PATCH] Add terrible bashisms because builds.sr.ht is dumb --- build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.yml b/build.yml index fcc682d..81699e4 100644 --- a/build.yml +++ b/build.yml @@ -9,7 +9,7 @@ packages: - rsync environment: remote: deploy@mirror.sr.ht - remote_path: /var/www/mirror.sr.ht/alpine/sr.ht + remote_path: /var/www/mirror.sr.ht/alpine packages: [] sources: - https://git.sr.ht/~sircmpwn/sr.ht-apkbuilds @@ -22,8 +22,8 @@ tasks: ./pkgkit add-repo -s sr.ht ~/.abuild/alpine@sr.ht.rsa - build: | cd sr.ht-apkbuilds - ./pkgkit build -cu $packages + ./pkgkit build -cu "${packages[@]}" - deploy: | cd sr.ht-apkbuilds echo "StrictHostKeyChecking=no" >> ~/.ssh/config - ./pkgkit upload "$remote" "$remote_path" $packages + ./pkgkit upload "$remote" "$remote_path" "${packages[@]}" -- 2.45.2