Skip to content
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

remove gem publishing workflow, gem can be manually released #91

Merged
merged 1 commit into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
version: 2.1

orbs:
gem: doximity/gem-publisher@0

executors:
# used for building the gem
ruby-latest:
Expand Down Expand Up @@ -165,12 +162,6 @@ workflows:
<<: *master_only
- build_3_1:
<<: *master_only
- gem/build:
<<: *master_only
executor: ruby-latest
name: gem-build
requires:
- build_3_1

pull-requests:
jobs:
Expand All @@ -180,26 +171,6 @@ workflows:
<<: *pr_only
- build_3_1:
<<: *pr_only
- gem/build:
<<: *pr_only
executor: ruby-latest
name: gem-build
requires:
- build_3_1
- pre-release-approval:
<<: *pr_only
type: approval
requires:
- gem-build
- gem/publish:
<<: *pr_only
name: gem-publish
to_rubygems: false
to_nexus: true
pre_release: true
requires:
- pre-release-approval
context: artifact_publishing

final-release:
jobs:
Expand All @@ -209,17 +180,3 @@ workflows:
<<: *version_tags_only
- build_3_1:
<<: *version_tags_only
- gem/build:
<<: *version_tags_only
executor: ruby-latest
name: gem-build
requires:
- build_3_1
- gem/publish:
<<: *version_tags_only
name: gem-publish
to_rubygems: true
pre_release: false
requires:
- gem-build
context: artifact_publishing
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ DEPENDENCIES
timecop

BUNDLED WITH
2.3.4
2.4.3