Skip to content

Commit

Permalink
Revert "Add ssh keys so new tags can be pushed to Github from Jenkins (
Browse files Browse the repository at this point in the history
…elastic#3740)"

This reverts commit e9b3b6d.
  • Loading branch information
anishagg17 authored Jul 20, 2020
1 parent 842bd44 commit 9ef4b82
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .ci/jobs/elastic+eui+npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
export VAULT_TOKEN=$(vault write -field=token auth/approle/login role_id="$VAULT_ROLE_ID" secret_id="$VAULT_SECRET_ID")
# add ssh keys to ensure tags can push to Github
/usr/local/bin/ssh-add-from-vault elastic
# write npm auth to .npmrc
NPM_TOKEN=$(vault read -field=token secret/jenkins-ci/npmjs/elasticmachine)
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
Expand Down

0 comments on commit 9ef4b82

Please sign in to comment.