Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
egusator committed Jun 12, 2024
1 parent d21abe4 commit b74851c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {

stage('Checkout') {
steps {
sh 'git submodule update --init --recursive'
sh 'git submodule update --init --recursive /luwrain-src'
}
}

Expand All @@ -35,4 +35,4 @@ pipeline {
}
}
}
}
}

0 comments on commit b74851c

Please sign in to comment.