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