Skip to content

Commit

Permalink
Fix example submodule not fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSensor committed Aug 22, 2019
1 parent 269bb36 commit ba9b668
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#!/bin/sh
set -e

# to support git submodule
git config --global user.name 'Fahmi Akbar Wildana'
git config --global user.email '[email protected]'

mkdir --parents ${HOME}/.bin/
export PATH="$HOME/.cargo/bin:${HOME}/.bin:$PATH"

Expand Down

0 comments on commit ba9b668

Please sign in to comment.