-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow rpm import to skip upload OR import step #194
feat: allow rpm import to skip upload OR import step #194
Conversation
Skipping CI for Draft Pull Request. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @NeilHanlon and the rest of your teammates on |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @NeilHanlon and the rest of your teammates on |
8960b3a
to
cfd9d9b
Compare
n.b. skipping both steps can be accomplished by not running the command :)
cfd9d9b
to
3c00db9
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: NeilHanlon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
TL;DR
Add options to
buildRpmImport
command for skipping upload or import steps, and update version to 0.2.1.What changed?
--skip
/-s
for skipping steps (either 'upload' or 'import').BUILD.bazel
with version bump to 0.2.1 and release to 1.