From d5e186f64b1ea1e55aad2299c6eece0201c6fbf5 Mon Sep 17 00:00:00 2001 From: ModerRAS Date: Sun, 2 Apr 2023 13:21:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0`git-lfs`=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index cd73c74..09c5981 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,8 @@ pipeline { version = "1.0.${env.BUILD_NUMBER}" } steps { + sh 'apt install -y git-lfs' + sh 'git lfs pull' sh 'docker build --no-cache -t registry.miaostay.com/kotadoc -f Dockerfile .' } }