Sha256: de6a572b5b713ee565987c71eba9c875ee2e9718243b6d90f39f65733190a82c
Contents?: true
Size: 227 Bytes
Versions: 5
Compression:
Stored size: 227 Bytes
Contents
#!/usr/bin/env bash set -euo pipefail IFS=$'\n\t' set -vx bundle install # Do any other automated setup that you need to do here if [ ! -f .env ]; then cp .env.sample .env echo "Make sure that .env has valid values." fi
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
harvesting-0.6.0 | bin/setup |
harvesting-0.5.1 | bin/setup |
harvesting-0.5.0 | bin/setup |
harvesting-0.4.0 | bin/setup |
harvesting-0.3.0 | bin/setup |