Sha256: 2bc259dfa911067ea72efa5e7ff6ba3f8b845bbc3791e958da2e9792efedee72

Contents?: true

Size: 248 Bytes

Versions: 2

Compression:

Stored size: 248 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 with partman for testing
docker-compose up -d --build

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pg_ha_migrations-1.8.0 bin/setup
pg_ha_migrations-1.7.0 bin/setup