Sha256: 050753b3184336a88c4479f03c655d3c93025f71d91ee1dd5cbc4f8067e1184b

Contents?: true

Size: 494 Bytes

Versions: 4

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 = "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/sles-12-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

Version Path
r10k-2.0.3 integration/scripts/setup_r10k_env_sles12.sh
r10k-2.0.2 integration/scripts/setup_r10k_env_sles12.sh
r10k-2.0.1 integration/scripts/setup_r10k_env_sles12.sh
r10k-2.0.0 integration/scripts/setup_r10k_env_sles12.sh