Skip to content

Commit

Permalink
Change CI BACKUP_DIR to absolut path
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill committed Sep 4, 2024
1 parent 414fbfc commit 2cbc34e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
POSTGRES_HOST: "127.0.0.1"
POSTGRES_PORT: 5432
POSTGRES_EXTRA_OPTS: "-Z0"
BACKUP_DIR: ".data"
BACKUP_DIR: "/tmp/backups"
# Defaults
POSTGRES_DB_FILE: "**None**"
POSTGRES_USER_FILE: "**None**"
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
POSTGRES_EXTRA_OPTS: "-Z0 -Fd"
BACKUP_SUFFIX: ""
BACKUP_LATEST_TYPE: "symlink"
BACKUP_DIR: ".data"
BACKUP_DIR: "/tmp/backups"
# Defaults
POSTGRES_DB_FILE: "**None**"
POSTGRES_USER_FILE: "**None**"
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
POSTGRES_HOST: "127.0.0.1"
POSTGRES_PORT: 5432
POSTGRES_EXTRA_OPTS: ""
BACKUP_DIR: ".data"
BACKUP_DIR: "/tmp/backups"
# Defaults
POSTGRES_DB_FILE: "**None**"
POSTGRES_USER_FILE: "**None**"
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.data
dockerhub.md

0 comments on commit 2cbc34e

Please sign in to comment.