Sha256: 68d6cbe97f0f0259d12a0e5d1eb2e0a3fa7c9c1ded426b9fc6bce9231983a5f5
Contents?: true
Size: 523 Bytes
Versions: 34
Compression:
Stored size: 523 Bytes
Contents
#!/usr/bin/env bash export LCM_BRICKS_IMAGE_TAG=$GOODDATA_RUBY_COMMIT export GD_ENV=staging # WORKAROUND: temp HOME is needed since RSpec uses simplecov which requires HOME to be set to something else than '/' # which is default when running container as the non existing user within the image. # The core problem there is jruby's `isAbsoluteHome` method considering path of length 1 not to be absolute /bin/bash -l -c "if [[ $HOME == '/' ]]; then export HOME=$(mktemp -d); fi && bundle exec rake -f lcm.rake test:smoke"
Version data entries
34 entries across 34 versions & 1 rubygems