From 4bed2e9de8ac36930e1d2cd4bb7fc1bfc47f555e Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Fri, 20 Mar 2020 22:48:41 -0400 Subject: [PATCH] show var --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e63f84c..15c3597 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,7 @@ install: - apt-get update - apt-get install -y sudo git script: + - echo "MISTBORN_TEST_SKIP_IPTABLES: ${MISTBORN_TEST_SKIP_IPTABLES}" - scripts/install.sh #docker_build: