From 34080a0ee0542581fba765e8898505b0f0a5bac1 Mon Sep 17 00:00:00 2001 From: pumpurumer Date: Wed, 28 Sep 2022 14:58:06 +0400 Subject: [PATCH] build commit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9ad1162..9a5a622 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ node('Lithium'){ sh "git checkout ${env.BRANCH_NAME}" sh "git checkout -- ." - //sh "git pull" + sh "git pull" //sh "git submodule update --init --recursive" //sh "git submodule update --remote --merge" }