From 6fcf4c80d06a12fbf29084f235c621fb9efe4207 Mon Sep 17 00:00:00 2001 From: John Hess Date: Tue, 18 Feb 2025 13:12:09 -0600 Subject: [PATCH] use demo build --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c353be2..6b3b4b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,12 +48,12 @@ pages: - "sed -i 's/^usb_butter_url.*/usb_butter_url: \"\\/butter-box-ui\\/usb-butter\\/\"/' _config.yml" - bundle exec jekyll build -d public # Get the latest build of the FDroid PWA for butter - - curl https://likebutter.gitlab.io/fdroid-webdash-butter/public.zip -o fdroid-webdash-butter.zip - - unzip fdroid-webdash-butter.zip + - curl https://likebutter.gitlab.io/fdroid-webdash-butter/demo.zip -o demo.zip + - unzip demo.zip - mkdir -p public/usb-butter/appstore - mv build/web/* public/usb-butter/appstore - rm -rf build - - rm -f fdroid-webdash-butter.zip + - rm -f demo.zip # Get a sample app store, the same one we refer to in documentation - curl -L "https://www.dropbox.com/scl/fi/r6dpqa9ugli0v23ox3ho5/repo.zip?rlkey=oxc50ne9runw1bkb1fm3zy5r3&dl=1" -o repo.zip - unzip repo.zip