Sha256: 6cc0e4493a3e219d3d8d73b123368a529a648a1d1fa0e4a56740a85307acaf7c

Contents?: true

Size: 270 Bytes

Versions: 5

Compression:

Stored size: 270 Bytes

Contents

#!/usr/bin/env bash

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

Version data entries

5 entries across 5 versions & 1 rubygems

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