Skip to content

Commit

Permalink
[FIX] Fix the build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne De Herdt committed Sep 15, 2022
1 parent 72f05ca commit b2db6c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ jobs:
chmod 600 ~/.gem/credentials
- run:
name: "Gem build"
command: gem build is_it_up.gemspec
command: gem build is_it_ready.gemspec
- run:
name: "Gem Push"
command: gem push --key github --host https://rubygems.pkg.github.com/customink is_it_up-*.gem
command: gem push --key github --host https://rubygems.pkg.github.com/customink is_it_ready-*.gem

# ---------------------------------------------------------------------------------------------------------------------
# CircleCI Workflow Execution Order
Expand Down

0 comments on commit b2db6c4

Please sign in to comment.