Skip to content

Commit

Permalink
Update netrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrex committed Jul 2, 2020
1 parent bfd0aef commit 99fc8ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ step-library:
run:
name: Prepare .netrc file
command: |
echo "machine dl.bintray.com" > ~/.netrc
echo "login $BINTRAY_LOGIN" >> ~/.netrc
echo "password $BINTRAY_API_KEY" >> ~/.netrc
echo "api.mapbox.com" > ~/.netrc
echo "login mapbox" >> ~/.netrc
echo "password $SDK_REGISTRY_TOKEN" >> ~/.netrc
- &update-carthage-version
run:
Expand Down

0 comments on commit 99fc8ea

Please sign in to comment.