Skip to content

Commit

Permalink
Relocate gazebodistro
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
  • Loading branch information
j-rivero committed Sep 21, 2023
1 parent 6a6ffef commit 784adb6
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 @@ -434,7 +434,6 @@ gz_collections_yaml.collections.each { collection ->
}
}

Globals.gazebodistro_branch = false

collection.ci.configs.each { ci_config_name ->
ci_config = gz_collections_yaml.ci_configs.find { it.name == ci_config_name }
Expand Down Expand Up @@ -502,8 +501,8 @@ gz_collections_yaml.collections.each { collection ->
}

// COLCON - Windows
def gz_win_ci_job = job("ign_${gz_collection_name}-ci-win")
Globals.gazebodistro_branch = true
def gz_win_ci_job = job("ign_${gz_collection_name}-ci-win")
OSRFWinCompilation.create(gz_win_ci_job, false)
gz_win_ci_job.with
{
Expand All @@ -514,6 +513,7 @@ gz_collections_yaml.collections.each { collection ->
""".stripIndent())
}
}
Globals.gazebodistro_branch = false

// MAC Brew CI job
// --------------------------------------------------------------
Expand Down

0 comments on commit 784adb6

Please sign in to comment.