summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-07-26 20:34:04 +0200
committervarac <varacanero@zeromail.org>2016-07-26 20:34:04 +0200
commit9ad1356e7cbbbd9c1ee84c8ab2092974917d09f0 (patch)
tree98d729611d25bb57f3fbd2a47bf0e3c097508e0e /bin
parente075f1dad155af6c30eec7be52e6ac0f2c779f6b (diff)
[CI] leap info should use tag
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ci-build.sh4
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}"