Skip to content

Commit

Permalink
chore: fix for missing env
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc committed Dec 4, 2023
1 parent 564a4a7 commit a606d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docker/all-in-one/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export CONFIGURED_FLAG_PATH=${CONFIGURED_FLAG_PATH:-$DATA_VOLUME_MOUNTPOINT/mach

LSN_CHECKPOINT_FILE_PATH="${DATA_VOLUME_MOUNTPOINT}/latest-lsn-checkpoint"

export MAX_IDLE_TIME_MINUTES=${MAX_IDLE_TIME_MINUTES:-5}

# Ref: https://gist.github.com/sj26/88e1c6584397bb7c13bd11108a579746
function retry {
# Pass 0 for unlimited retries
Expand Down
2 changes: 0 additions & 2 deletions testinfra/test_all_in_one.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ def host():
"--load",
"--tag",
all_in_one_image_tag,
"--cache-from",
"supabase/postgres:aio-15.1.0.136",
path.join(path.dirname(__file__), ".."),
]
)
Expand Down

0 comments on commit a606d23

Please sign in to comment.