Some checks failed
ci-tests/Hermann/pipeline/head There was a failure building this commit
11 lines
204 B
Bash
Executable File
11 lines
204 B
Bash
Executable File
#!/bin/bash -xe
|
|
|
|
source $HOME/.rvm/scripts/rvm
|
|
|
|
rvm use `cat .ruby-ci-version`@`cat .ruby-ci-gemset` --create
|
|
|
|
gem install bundler
|
|
bundle install
|
|
|
|
bundle exec rake -v --trace "tarball_artifactory:upload"
|