add lab1 (got points)

This commit is contained in:
nik
2025-09-23 17:05:20 +03:00
parent 37f9f5ffbe
commit 0dbb2695a8
2 changed files with 3 additions and 4 deletions

3
Jenkinsfile vendored
View File

@@ -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 {