diff options
author | varac <varacanero@zeromail.org> | 2016-07-26 20:34:04 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-07-26 20:34:04 +0200 |
commit | 9ad1356e7cbbbd9c1ee84c8ab2092974917d09f0 (patch) | |
tree | 98d729611d25bb57f3fbd2a47bf0e3c097508e0e | |
parent | e075f1dad155af6c30eec7be52e6ac0f2c779f6b (diff) |
[CI] leap info should use tag
-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}" |