Sha256: fe6ed9a3c8841e6c641dbe5bf92aef5d6f510e993d7e84490e1c53d964a31893

Contents?: true

Size: 279 Bytes

Versions: 6

Compression:

Stored size: 279 Bytes

Contents

#!/usr/bin/env bash

bundle install
bundle exec rake build
cp -R features/support features/bundler-app/retest
ls -t pkg | head -n1 | xargs -I {} mv pkg/{} features/bundler-app/retest.gem
docker compose -f features/bundler-app/docker-compose.yml up --build --exit-code-from retest

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
retest-2.0.0.pre5 bin/test/bundler-app
retest-2.0.0.pre4 bin/test/bundler-app
retest-2.0.0.pre3 bin/test/bundler-app
retest-2.0.0.pre2 bin/test/bundler-app
retest-2.0.0.pre1 bin/test/bundler-app
retest-2.0.0.pre bin/test/bundler-app