添加`git-lfs`支持
Wiki/pipeline/head There was a failure building this commit Details

master
ModerRAS 3 years ago
parent 11a07da143
commit d5e186f64b

2
Jenkinsfile vendored

@ -6,6 +6,8 @@ pipeline {
version = "1.0.${env.BUILD_NUMBER}" version = "1.0.${env.BUILD_NUMBER}"
} }
steps { steps {
sh 'apt install -y git-lfs'
sh 'git lfs pull'
sh 'docker build --no-cache -t registry.miaostay.com/kotadoc -f Dockerfile .' sh 'docker build --no-cache -t registry.miaostay.com/kotadoc -f Dockerfile .'
} }
} }

Loading…
Cancel
Save