Skip to content

Commit

Permalink
cocotb Jenkinsfile: update branch name for ofm submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
martinspinler committed Oct 27, 2023
1 parent 3d83f74 commit 8f58c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cocotb/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node("preklad") {
stage("Checkout development branches") {
sh "git clone https://github.com/CESNET/ndk-sw.git"

sh "(cd ndk/ofm; git checkout devel)"
sh "(cd ndk/ofm; git checkout main)"
sh "(cd ndk/core; git checkout main)"
}

Expand Down

0 comments on commit 8f58c56

Please sign in to comment.