From 21e61796ff9f39d934121f91e43661e63420d8fc Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Wed, 28 Dec 2022 22:02:12 +0100 Subject: [PATCH] fixes --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c86ee07..478bf55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ build:apt: - mkdir build # copy install instructions - cp -r .DEBIAN build/DEBIAN - - chown -R 0775 build/DEBIAN + - chmod -R 0775 build/DEBIAN # copy app into "/usr/share/fastapi-dls" as "/usr/share/fastapi-dls/app" & copy README.md and version.env - mkdir -p build/usr/share/fastapi-dls - cp -r app build/usr/share/fastapi-dls