diff options
author | varac <varacanero@zeromail.org> | 2017-03-29 12:46:39 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-03-29 12:46:39 +0200 |
commit | 747d3e9b55c8b7b7d98a63474b6de82d7114c389 (patch) | |
tree | 6712d0ff7ca64eaa8576139a794d0cf2a3347cc5 /tests/platform-ci | |
parent | 4dbb2c726b7594685ed7857a3f2f89d9a08f36ff (diff) |
Run leap info after deploy
Diffstat (limited to 'tests/platform-ci')
-rwxr-xr-x | tests/platform-ci/ci-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/platform-ci/ci-build.sh b/tests/platform-ci/ci-build.sh index 0dfbb5c3..af1dba0f 100755 --- a/tests/platform-ci/ci-build.sh +++ b/tests/platform-ci/ci-build.sh @@ -78,10 +78,10 @@ $LEAP_CMD compile "$TAG" $LEAP_CMD vm status "$TAG" $LEAP_CMD node init "$TAG" -$LEAP_CMD info "${TAG}" # Deploy and test $LEAP_CMD deploy "$TAG" +$LEAP_CMD info "${TAG}" $LEAP_CMD test "$TAG" # if everything succeeds, destroy the vm |