Sha256: a6c9346332e1491b64b884b416ed895199e79f7fe35105eea6640a645a1eabe6
Contents?: true
Size: 495 Bytes
Versions: 4
Compression:
Stored size: 495 Bytes
Contents
#!/bin/bash SCRIPT_PATH=$(pwd) BASENAME_CMD="basename ${SCRIPT_PATH}" SCRIPT_BASE_PATH=`eval ${BASENAME_CMD}` if [ $SCRIPT_BASE_PATH = "scripts" ]; then cd ../ fi export pe_dist_dir=http://neptune.puppetlabs.lan/3.8/ci-ready/ export GIT_PROVIDER=shellgit bundle install --path .bundle/gems bundle exec beaker \ --preserve-hosts always \ --config configs/pe/centos-6-64mda \ --debug \ --keyfile ~/.ssh/id_rsa-acceptance \ --pre-suite pre-suite \ --load-path lib rm -rf .bundle
Version data entries
4 entries across 4 versions & 1 rubygems