Allow running script locally without schutzbot
This commit is contained in:
parent
12c900ac35
commit
f87d8325d9
2 changed files with 8 additions and 4 deletions
|
|
@ -115,6 +115,10 @@ SSH_USER="admin"
|
|||
IMAGE_KEY="osbuild-composer-installer-test-${TEST_UUID}"
|
||||
GUEST_ADDRESS=192.168.100.50
|
||||
|
||||
if [[ ${WORKSPACE:-empty} == empty ]]; then
|
||||
WORKSPACE=$(mktemp -d)
|
||||
fi
|
||||
|
||||
# Set up temporary files.
|
||||
TEMPDIR=$(mktemp -d)
|
||||
BLUEPRINT_FILE=${TEMPDIR}/blueprint.toml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue