Fix app dir

add-more-languages
Meng Zhang 2023-04-05 23:00:58 +08:00
parent 7f5189210a
commit 05f6fcf413
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ env:
- PATH: "$PATH"
- LOGS_DIR: "$LOGS_DIR"
- DB_FILE: "$DB_FILE"
- APP_DIR: /app
- APP_DIR: /home/app
steps:
- name: Collect Tabby
dir: $APP_DIR

View File

@ -2,7 +2,7 @@ schedule: "5 4 * * *" # Run daily at 04:05.
env:
- PATH: "$PATH"
- APP_DIR: /app
- APP_DIR: /home/app
- CONFIG_FILE: "$CONFIG_FILE"
- GIT_REPOSITORIES_DIR: "$GIT_REPOSITORIES_DIR"
- DATASET_DIR: "$DATASET_DIR"