Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-bot committed Sep 9, 2019
1 parent 68e36e2 commit 32e6d7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entrypoint.sh
Expand Up @@ -16,6 +16,10 @@ else
command="$command --dist $DIST"
fi

if [ "$RSA" ]; then
echo "$RSA" > ~/.ssh/id_rsa.pub
fi

if [ "$BRANCH" ]; then
command="$command --branch $BRANCH"
fi
Expand Down

0 comments on commit 32e6d7c

Please sign in to comment.