-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Give a dedicated cachedb dir for volume mount
In order to extract the DB dump from the image we want this folder to be standalone especially in the CI By default this variable is set to /tmp/cachedb, it can be set before launching the script
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
set -e | ||
|
||
wait_postgres.sh | ||
CACHE_DIR=/tmp | ||
CACHE_DIR=${CACHE_DIR:=/tmp/cachedb} | ||
|
||
echo $CACHE_DIR | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters