Skip to content

Commit

Permalink
fix indents
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Sep 1, 2017
1 parent ff83cd4 commit 89eb6f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ dependencies:
- git submodule add --force https://github.com/TokTok/c-toxcore c-toxcore ; echo ok
- git submodule add --force https://github.com/jedisct1/libsodium libsodium ; echo ok
- git submodule init ; git submodule update ; echo ok
# -- sometimes submodule can't find commit hash, whatever ------
- rm -Rf c-toxcore ; git clone "$CTOXCORE_URL"
# -- sometimes submodule can't find commit hash, whatever ------
# -- sometimes submodule can't find commit hash, whatever ------
- rm -Rf c-toxcore ; git clone "$CTOXCORE_URL"
# -- sometimes submodule can't find commit hash, whatever ------
- cd c-toxcore/ ; git checkout $CTOXCORE_VERSION_HASH
- cd libsodium/ ; git checkout $LIBSODIUM_VERSION
### submodules ----------------
Expand Down

0 comments on commit 89eb6f7

Please sign in to comment.