Skip to content

Commit

Permalink
pmd directory already exists, use -p
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Apr 2, 2014
1 parent 92e95d1 commit 3e9264e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/update-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
#go into diractory and copy data we're interested in to that directory
cd gh-pages
cp -Rf $HOME/tests/* .
mkdir pmd && cp -Rf $HOME/pmd/* pmd
mkdir -p pmd && cp -Rf $HOME/pmd/* pmd

#add, commit and push files
git add -f .
Expand Down

0 comments on commit 3e9264e

Please sign in to comment.