From 566afe042159805607781cbd1853f52a28ea8030 Mon Sep 17 00:00:00 2001 From: Hui Zhu Date: Thu, 12 Sep 2019 11:53:20 +0800 Subject: [PATCH] Revert "ci: don't run vm-factory tets in snap CI" This reverts commit cfead00a9dadd8f5354e028e01747d7e1aca3a38. The snap version in https://snapcraft.io/kata-containers is 1.8.0 that had included 76a5076e5671e7d76ca2964eb8ae15b530b92340. So ci and run vm-factory tests with snap. Fixes: #1495 Signed-off-by: Hui Zhu --- .ci/run.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ci/run.sh b/.ci/run.sh index f37f01411..14860612b 100755 --- a/.ci/run.sh +++ b/.ci/run.sh @@ -13,8 +13,6 @@ cidir=$(dirname "$0") source "${cidir}/lib.sh" source /etc/os-release -SNAP_CI="${SNAP_CI:-false}" - pushd "${tests_repo_dir}" .ci/run.sh popd