Skip to content

Commit

Permalink
switching back to main in jenkins #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Feb 4, 2025
1 parent 133ceef commit 9e469ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/sign-macos-installer.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pipeline {
cmake --install jupedsim-build --config Release

# Cloning SUMO
git clone -q --filter=tree:0 --branch v1_22_0 https://github.com/eclipse-sumo/sumo.git
git clone -q --filter=tree:0 --branch main https://github.com/eclipse-sumo/sumo.git
export SUMO_HOME=\${WORKSPACE}/sumo

# Creating virtual env for Python for the whole process
Expand Down

0 comments on commit 9e469ab

Please sign in to comment.