Skip to content

Commit

Permalink
Make OSRFRelease to fail if release.py fails
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 24, 2023
1 parent 55656a4 commit defef68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/_configs_/OSRFReleasepy.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class OSRFReleasepy
python3 ./scripts/release.py \${dry_run_str} "\${PACKAGE}" "\${VERSION}" "\${PASS}" \${extra_osrf_repo} \
--source-tarball-uri \${SOURCE_TARBALL_URI} \
--release-repo-branch \${RELEASE_REPO_BRANCH} \
--upload-to-repo \${UPLOAD_TO_REPO} > log || echo "MARK_AS_UNSTABLE"
--upload-to-repo \${UPLOAD_TO_REPO} > log
echo " - done"
""".stripIndent())
}
Expand Down

0 comments on commit defef68

Please sign in to comment.