Skip to content

Commit

Permalink
Add ls for debuging
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Desvé committed Dec 16, 2013
1 parent 24bb4eb commit 7c37ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ then
git clone https://github.com/mazerte/test-footguard.git && cd test-footguard
rm -r ./* -f
mkdir node_modules
ln -s ../generator-footguard node_modules/generator-footguard
ln -s node_modules/generator-footguard ../generator-footguard/
npm install -g yo grunt-cli bower
gem install compass
ls -Flash
ls -Flash node_modules/
ls -Flash node_modules/generator-footguard
# yo footguard --no-insight
yo footguard --no-insight
# git add --all && git commit -m "ref to build $TRAVIS_BUILD_ID"
else
echo "Do nothing"
Expand Down

0 comments on commit 7c37ec6

Please sign in to comment.