File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ def compile(self):
3232
3333 self .logger .log ("Symfony2 Heroku Buildpack: Slug compilation start" )
3434
35- self .logger .log ("Cache dir path:" + self ._bp .cache_dir )
36- self .logger .log ("Cache dir:" )
37- print self .listdir_fullpath (self ._bp .cache_dir )
38- sys .exit (1 )
35+ # self.logger.log("Cache dir path:"+self._bp.cache_dir)
36+ # self.logger.log("Cache dir:")
37+ # print self.listdir_fullpath(self._bp.cache_dir)
38+ # sys.exit(1)
3939
4040
4141 self .isolate_app_files ()
@@ -342,7 +342,7 @@ def install_application(self):
342342 self .logger .log ("Store vendors in cache folder for next compilation" , 1 )
343343 if os .path .isdir (self ._bp .cache_dir + '/www/vendor' ):
344344 shutil .rmtree (self ._bp .cache_dir + '/www/vendor' )
345- shutil .copytree ('/ www/vendor' , self ._bp .cache_dir + '/www/vendor' )
345+ shutil .copytree ('www/vendor' , self ._bp .cache_dir + '/www/vendor' )
346346
347347 self .logger .log ('Delete sub \' .git\' folder for each vendor' )
348348 if os .path .isdir ('www/vendor' ):
You can’t perform that action at this time.
0 commit comments