Skip to content

Commit

Permalink
export gem host
Browse files Browse the repository at this point in the history
  • Loading branch information
rwadstein committed Jul 27, 2022
1 parent 1cefedb commit 0c4fe07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/release_jfrog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

bundle exec rake build $APP.gemspec

RUBYGEMS_HOST=${GEM_HOST:-"https://sageonegems.jfrog.io/sageonegems/api/gems/gems-local"}
export RUBYGEMS_HOST=${GEM_HOST:-"https://sageonegems.jfrog.io/sageonegems/api/gems/gems-local"}

echo "Gems Host: $RUBYGEMS_HOST"

Expand Down

0 comments on commit 0c4fe07

Please sign in to comment.