Skip to content

Commit 4baeb19

Browse files
committed
ci: fix sta submodule not updating
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 1967b4b commit 4baeb19

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)