Files
Hermann/scripts/ci_config/upload-artifact.sh
Mpho raf a3ee1d4cd7
Some checks failed
ci-tests/Hermann/pipeline/head There was a failure building this commit
Added this initial testing html publish
2021-06-15 20:01:22 +02:00

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"