Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
(fix) Extra '$' in deploy script
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed May 7, 2019
1 parent 4a65485 commit e97e40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}

# Set the GitHub deploy key we will use to publish.
set-up-ssh --key "$encrypted_23fcd5f88f34_key" \
--iv "$$encrypted_23fcd5f88f34_iv" \
--iv "$encrypted_23fcd5f88f34_iv" \
--path-encrypted-key ".travis/github_deploy_key.enc"

# Change from HTTPS to SSH.
Expand Down

0 comments on commit e97e40e

Please sign in to comment.