Reveal more information.

This commit is contained in:
cheatfate 2018-11-19 05:41:38 +02:00
parent c402b26fd9
commit 5f1a5030be
1 changed files with 2 additions and 2 deletions

View File

@ -39,9 +39,9 @@ install:
cd ../.. ; cd ../.. ;
}" }"
- "export PATH=$PWD/nim/$NIMVER/bin:$PATH" - "export PATH=$PWD/nim/$NIMVER/bin:$PATH"
- ls -la - echo $PWD
- go get -v github.com/libp2p/go-libp2p-daemon - go get -v github.com/libp2p/go-libp2p-daemon
- cd $HOME/go - cd $HOME/go/src
- ls -la - ls -la
# - cd $HOME/go/src/github.com/libp2p/go-libp2p-daemon # - cd $HOME/go/src/github.com/libp2p/go-libp2p-daemon
# - cd $HOME # - cd $HOME