Sha256: 69bb595a9b8ded41c498b0e2722da124f029faabe26ab62db5464d5a7047a92e
Contents?: true
Size: 466 Bytes
Versions: 5
Compression:
Stored size: 466 Bytes
Contents
#!/bin/bash SCRIPT_PATH=$(pwd) BASENAME_CMD="basename ${SCRIPT_PATH}" SCRIPT_BASE_PATH=`eval ${BASENAME_CMD}` if [ $SCRIPT_BASE_PATH = "git_source" ]; 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/git_source \ --keyfile ~/.ssh/id_rsa-acceptance \ --pre-suite pre-suite \ --load-path lib
Version data entries
5 entries across 5 versions & 1 rubygems