Sha256: ce72d3e02f3fae58eb54a42cced0f0b845e1ff31dea82b1d8f0d35842bb9415a

Contents?: true

Size: 430 Bytes

Versions: 2

Compression:

Stored size: 430 Bytes

Contents

#!/bin/bash -x
set -e

git clean -ffdx

bundle install --path "${HOME}/bundles/${JOB_NAME}"
bundle exec rake

# Obtain the integration test parameters
git clone git@github.gds:gds/vcloud-tools-testing-config.git
mv vcloud-tools-testing-config/vcloud_tools_testing_config.yaml spec/integration/
rm -rf vcloud-tools-testing-config

RUBYOPT="-r ./tools/fog_credentials" bundle exec rake integration:all

bundle exec rake publish_gem

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vcloud-launcher-0.2.0 jenkins.sh
vcloud-launcher-0.1.0 jenkins.sh