From 7b3fe45880014744a6be2e7da632af9d0b7059cd Mon Sep 17 00:00:00 2001 From: John Hess Date: Tue, 18 Feb 2025 13:19:25 -0600 Subject: [PATCH] mkdir --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b3b4b1..c4ebc5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,6 +57,7 @@ pages: # 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 + - mkdir -p public/usb-butter/appstore/fdroid - mv repo public/usb-butter/appstore/fdroid - rm -f repo.zip # Now move the zip into the public dir so it gets served.