diff options
Diffstat (limited to 'bin/ci-build.sh')
-rwxr-xr-x | bin/ci-build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ci-build.sh b/bin/ci-build.sh index d9e37d73..7b4895e5 100755 --- a/bin/ci-build.sh +++ b/bin/ci-build.sh @@ -15,5 +15,5 @@ leap-platform-test add_nodes "$NODES" leap-platform-test -v init_deploy leap-platform-test -v test cd tests/puppet/provider -bundle exec leap info -bundle exec leap local destroy +bundle exec leap info "${TAG}" +bundle exec leap local destroy "${TAG}" |