Skip to content

Commit

Permalink
Do not use gz-cmake but gz-plugin in test
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Oct 11, 2023
1 parent ac37e44 commit 63f299c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins-scripts/dsl/test.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ releasepy_job.with {
// gz source testing job
def gz_source_job = job("_test_gz_source")
OSRFSourceCreation.create(gz_source_job, [
PACKAGE: "gz-cmake3" ,
SOURCE_REPO_URI: "https://github.com/gazebosim/gz-cmake.git"])
PACKAGE: "gz-plugin2" ,
SOURCE_REPO_URI: "https://github.com/gazebosim/gz-plugin.git"])
OSRFSourceCreation.call_uploader_and_releasepy(gz_source_job,
'_test_repository_uploader',
'_test_releasepy')
Expand Down

0 comments on commit 63f299c

Please sign in to comment.