Sha256: ad912f83054c3aa77fb3522af902537bcd07c1511ccaad4d89ba701f16e10b82
Contents?: true
Size: 498 Bytes
Versions: 41
Compression:
Stored size: 498 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/4.0/ci-ready/ export GIT_PROVIDER=shellgit bundle install --path .bundle/gems bundle exec beaker \ --preserve-hosts always \ --config configs/pe/ubuntu-1204-64mda \ --debug \ --keyfile ~/.ssh/id_rsa-acceptance \ --pre-suite pre-suite \ --load-path lib rm -rf .bundle
Version data entries
41 entries across 41 versions & 1 rubygems
Version | Path |
---|---|
r10k-2.1.0 | integration/scripts/setup_r10k_env_ubuntu1204.sh |