Skip to content

Instantly share code, notes, and snippets.

View agonbina's full-sized avatar

Agon Bina agonbina

  • Commercetools GmbH
  • Berlin
View GitHub Profile
#!/bin/bash
if [ "$GIT_SSH_KEY" != "" ]; then
echo "Cleaning up SSH config" >&1
echo "" >&1
# Now that npm has finished running,
# we shouldn't need the ssh key/config anymore.
# Remove the files that we created.
rm -f ~/.ssh/config
rm -f ~/.ssh/deploy_key