From eec29eee22bedc4167fd1dcca4e5084b243b034b Mon Sep 17 00:00:00 2001 From: Anh <zenpoems@gmail.com> Date: Sun, 20 Jan 2019 19:22:31 -0800 Subject: [PATCH] Force cleanup --- cicd_testing/do-clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd_testing/do-clean.sh b/cicd_testing/do-clean.sh index dae2aed..503c179 100755 --- a/cicd_testing/do-clean.sh +++ b/cicd_testing/do-clean.sh @@ -12,7 +12,7 @@ main() whoami env|grep CICD - rm -rf /tmp/zafl_test + sudo rm -rf /tmp/zafl_test fi } -- GitLab