Sha256: b9a62a413648cf66d6dd78a62419b97e095311eea315f15cbcc7af1fc075d213
Contents?: true
Size: 251 Bytes
Versions: 4
Compression:
Stored size: 251 Bytes
Contents
#!/bin/bash project_root="$(cd $(dirname $0)/..; pwd -P)" cd ${project_root} rm -rf tmp/output && mkdir -p tmp/output ./gradlew embulk_bundle_--clean -Pgemfile=test/Gemfile -PbundlePath=${project_root}/tmp/vendor/bundle docker-compose up -d --build
Version data entries
4 entries across 4 versions & 1 rubygems