Skip to content

Commit

Permalink
Run the one-shot container again
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Oct 3, 2024
1 parent 7926ade commit f68f9a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ test_run() {
df -h .
docker ps --all

# # Run the PostgreSQL container in one shot mode
# TARGET_TAG="${TARGET}-${FLAVOR}" docker compose -f docker-compose-pgauto.yml run --rm -e PGAUTO_ONESHOT=yes postgres
#
# Run the PostgreSQL container in one shot mode
TARGET_TAG="${TARGET}-${FLAVOR}" docker compose -f docker-compose-pgauto.yml run --rm -e PGAUTO_ONESHOT=yes postgres

# # Verify the PostgreSQL data files are now the target version
# PGVER=$(sudo cat postgres-data/PG_VERSION)
# if [ "$PGVER" != "${TARGET}" ]; then
Expand Down

0 comments on commit f68f9a9

Please sign in to comment.