diff --git a/PKGBUILD/PKGBUILD b/.PKGBUILD/PKGBUILD similarity index 100% rename from PKGBUILD/PKGBUILD rename to .PKGBUILD/PKGBUILD diff --git a/PKGBUILD/fastapi-dls.default b/.PKGBUILD/fastapi-dls.default similarity index 100% rename from PKGBUILD/fastapi-dls.default rename to .PKGBUILD/fastapi-dls.default diff --git a/PKGBUILD/fastapi-dls.install b/.PKGBUILD/fastapi-dls.install similarity index 100% rename from PKGBUILD/fastapi-dls.install rename to .PKGBUILD/fastapi-dls.install diff --git a/PKGBUILD/fastapi-dls.service b/.PKGBUILD/fastapi-dls.service similarity index 100% rename from PKGBUILD/fastapi-dls.service rename to .PKGBUILD/fastapi-dls.service diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca05f87..ebf8150 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,8 +52,8 @@ build:pamac: - 'echo "build ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers' - 'echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers' - chown -R build:build . - # move PKGBUILD contents to root directory - - mv PKGBUILD/* . + # move .PKGBUILD contents to root directory + - mv .PKGBUILD/* . script: - pwd # download dependencies