mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-23 11:48:33 +00:00
maybe fix Jenkins syntax
This commit is contained in:
parent
51079770b9
commit
732a437fa8
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -19,7 +19,6 @@ def runStages() {
|
||||
}
|
||||
|
||||
cache(maxCacheSize: 250, caches: [
|
||||
#[$class: "ArbitraryFileCache", excludes: "", includes: "**/*", path: "${WORKSPACE}/vendor/nimbus-build-system/vendor/Nim/bin"],
|
||||
[$class: "ArbitraryFileCache", excludes: "", includes: "**/*", path: "${WORKSPACE}/jsonTestsCache"]
|
||||
]) {
|
||||
stage("Build") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user