Fixes
Some checks failed
Gitea Actions / Run-Tests-On-Arm64 (push) Failing after 5m15s
Gitea Actions / Run-Tests-On-Amd64 (push) Failing after 13m32s

This commit is contained in:
Thomas Peterson 2025-03-04 21:56:33 +01:00
parent 73d1eb5831
commit 0715914ac4
2 changed files with 0 additions and 2 deletions

View File

@ -158,7 +158,6 @@ COPY --from=codebase --chown=$APP_USER_NAME:$APP_GROUP_NAME /codebase $APP_CODE_
FROM base as ci FROM base as ci
COPY --from=codebase --chown=$APP_USER_NAME:$APP_GROUP_NAME /codebase $APP_CODE_PATH COPY --from=codebase --chown=$APP_USER_NAME:$APP_GROUP_NAME /codebase $APP_CODE_PATH
COPY ./src/new/.env.test $APP_CODE_PATH/new/
FROM base as local FROM base as local

View File

@ -1,7 +1,6 @@
**/.git **/.git
**/node_modules **/node_modules
**/.env.local **/.env.local
**/.env.test
**/var/log/* **/var/log/*
**/var/cache/* **/var/cache/*
**/var/plugins/Custom/* **/var/plugins/Custom/*