Sha256: 7315631417a22d951a081d81dee2e604e0de4cc7844e34c85fdf745d16a645e4
Contents?: true
Size: 494 Bytes
Versions: 7
Compression:
Stored size: 494 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/2015.2/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
7 entries across 7 versions & 1 rubygems