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

Version Path
embulk-executor-remoteserver-0.2.1 test/setup.sh
embulk-executor-remoteserver-0.2.0 test/setup.sh
embulk-executor-remoteserver-0.1.1 test/setup.sh
embulk-executor-remoteserver-0.1.0 test/setup.sh