mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-15 09:04:39 +00:00
Jenkins: update submodules before caching kicks in
This commit is contained in:
parent
edecce1751
commit
d01eca677d
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,8 +1,9 @@
|
||||
def runStages() {
|
||||
try {
|
||||
stage("Clone") {
|
||||
sh "rm -rf *"
|
||||
checkout scm
|
||||
/* we need to update the submodules before caching kicks in */
|
||||
sh "git submodule update --init --recursive"
|
||||
}
|
||||
|
||||
cache(maxCacheSize: 250, caches: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user