Sha256: ef6adc2372ed552169f6f68716dcd7ea8e39604ae855596e00e5d9fd15a866cd
Contents?: true
Size: 255 Bytes
Versions: 2
Compression:
Stored size: 255 Bytes
Contents
#!/usr/bin/env bash set -euo pipefail IFS=$'\n\t' set -vx 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 postgres:10
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pg_ha_migrations-1.2.5 | bin/setup |
pg_ha_migrations-1.2.4 | bin/setup |