Skip to content

Commit

Permalink
fixed bug in publish-build-result
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarbarev committed Jun 30, 2015
1 parent 9d347c5 commit 85018f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion publish-build-results.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash

reportsDir=build/reports
resourceDir=Resources
Expand All @@ -20,6 +20,7 @@ ditto build/reports/build-status/build-status.png ./build-status/build-status.pn
git add build-status

rm -fr ./docs/latest/api
mkdir -p ./docs/latest
cp -fr ${reportsDir}/api ./docs/latest/api
git add docs/latest/api

Expand Down

0 comments on commit 85018f8

Please sign in to comment.