Skip to content

Commit

Permalink
added cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktorsner committed Dec 15, 2012
1 parent 3464acd commit 0abaa15
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bootstrap.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,11 @@ exec($cmd);
$cmd = "cp -r boostrap/js $ci_folder/";
exec($cmd);

echo "Cleaning up\n";
$cmd = "rm -rf boostrap";
exec($cmd);
$cmd = "rm -rf boostrap.zip";
exec($cmd);



0 comments on commit 0abaa15

Please sign in to comment.