From aef95657280de981987b84ed28c6ed9a7a7c6041 Mon Sep 17 00:00:00 2001 From: Yeongdo Park Date: Sun, 14 Jan 2018 20:16:44 +0900 Subject: [PATCH] gitlab ci yml update for ThirdParty existence test --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a99429edd..8fae30ae9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ before_script: - - [[ -d ../ThirdParty-4.x ]] || git clone https://github.com/OpenFOAM/ThirdParty-4.x.git ../ThirdParty-4.x + - "[[ -d ../ThirdParty-4.x ]] || git clone https://github.com/OpenFOAM/ThirdParty-4.x.git ../ThirdParty-4.x" - source etc/bashrc - rm -rf platforms - wclean all