Skip to content

Commit

Permalink
Nightly builds: Use ign-msgs9, ign-common5 (#570)
Browse files Browse the repository at this point in the history
Preparation for #554, #567.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Nov 23, 2021
1 parent 3702dee commit e798e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins-scripts/dsl/ignition_collection.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ ignition_collections = [
'math' : [ debbuild: 'ign-math6' , branch: 'ign-math6' ],
'plugin' : [ debbuild: 'ign-plugin' , branch: 'ign-plugin1' ],
'utils' : [ debbuild: 'ign-utils1' , branch: 'ign-utils1' ],
'common' : [ debbuild: 'ign-common4' , branch: 'ign-common4' ],
'msgs' : [ debbuild: 'ign-msgs8' , branch: 'ign-msgs8' ],
'common' : [ debbuild: 'ign-common5' , branch: 'main' ],
'msgs' : [ debbuild: 'ign-msgs9' , branch: 'main' ],
'rendering' : [ debbuild: 'ign-rendering7' , branch: 'main' ],
'sdformat' : [ debbuild: 'sdformat12' , branch: 'sdf12' ],
'fuel-tools': [ debbuild: 'ign-fuel-tools7' , branch: 'ign-fuel-tools7' ],
Expand Down

0 comments on commit e798e29

Please sign in to comment.