Skip to content

Commit 0ece66e

Browse files
authored
Merge pull request #641 from vvbandeira/ci-submodule
ci: fix sta submodule not updating
2 parents 1967b4b + 4baeb19 commit 0ece66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/public_nightly.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pipeline {
3333

3434
stage('Build Local') {
3535
steps {
36-
sh "./build_openroad.sh --local --no_init";
36+
sh "./build_openroad.sh --local --no_init --latest";
3737
stash name: "install", includes: "tools/install/**";
3838
}
3939
}

0 commit comments

Comments
 (0)