blob: 621fb7b7271e782951c040c2bc02651376967583 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
export ROOTDIR=$(pwd)
export PROVIDERDIR="${ROOTDIR}/tests/puppet/provider"
export PLATFORMDIR="$ROOTDIR"
export LOGDIR="$ROOTDIR/builds/log"
export CONTACTS="sysdev@leap.se"
export MAIL_TO=$CONTACTS
export OPTS='--yes'
export FILTER_COMMON=""
export LEAP_CMD="bundle exec leap"
|