Skip to content

Commit

Permalink
Merge pull request #91 from doximity/anova/remove-publishing-workflow
Browse files Browse the repository at this point in the history
remove gem publishing workflow, gem can be manually released
  • Loading branch information
anovadox authored Aug 17, 2023
2 parents 7977eb8 + c538572 commit 57cf414
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
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

0 comments on commit 57cf414

Please sign in to comment.