Skip to content

Commit

Permalink
removed local keyword since no longer function
Browse files Browse the repository at this point in the history
  • Loading branch information
rwadstein committed Jul 27, 2022
1 parent c0756fe commit 1cefedb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/release_jfrog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ set -e

bundle exec rake build $APP.gemspec

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

echo "Gems Host: $RUBYGEMS_HOST"

mkdir -p ~/.gem
curl -u $ART_USER:$ART_PASS $RUBYGEMS_HOST/api/v1/api_key.yaml > ~/.gem/credentials
chmod 600 ~/.gem/credentials

local GEMS_PATH=${GEM_PATH:-"pkg/*.gem"}
GEMS_PATH=${GEM_PATH:-"pkg/*.gem"}

echo "Gem Path: $GEMS_PATH"

Expand Down

0 comments on commit 1cefedb

Please sign in to comment.