add lab1 (got points)
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -13,8 +13,7 @@ pipeline {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
checkout scm
|
||||
sh 'git submodule update --init --recursive'
|
||||
}
|
||||
sh 'git submodule sync --recursive && git submodule update --init --recursive --remote' }
|
||||
}
|
||||
stage('Setup Hugo') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user