Sha256: 4fa98abfd4a958c9dc6d33adc6b104b8409bd9a28ebf29694d34f2dc038791cd
Contents?: true
Size: 376 Bytes
Versions: 4
Compression:
Stored size: 376 Bytes
Contents
#!/usr/bin/env bash set -euo pipefail IFS=$'\n\t' set -vx export PGPASSWORD="${PGPASSWORD:-postgres}" PGVERSION="${PGVERSION:-13}" bundle install bundle exec appraisal install # Do any other automated setup that you need to do here # Launch a blank postgres image for testing docker run -d -p 127.0.0.1:5432:5432 -e POSTGRES_PASSWORD="${PGPASSWORD}" postgres:${PGVERSION}
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pg_ha_migrations-1.6.0 | bin/setup |
pg_ha_migrations-1.5.0 | bin/setup |
pg_ha_migrations-1.4.0 | bin/setup |
pg_ha_migrations-1.3.0 | bin/setup |