소스 검색

agregue grafana.env, falla

Luciano Andrade 7 년 전
부모
커밋
3ea2871879
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      tools/src/Release.php

+ 2 - 1
tools/src/Release.php

@@ -315,6 +315,8 @@ class Release extends Command
 
                 copy(getcwd() . "/docker-compose.service", $dObj->dirExists()->realpath()->getPath() . "/docker-compose.service");
 
+                copy(getcwd() . "/grafana.env", $dObj->dirExists()->realpath()->getPath() . "/grafana.env");
+
 
             } catch (\Throwable $error) {
 	        throw $error;
@@ -709,7 +711,6 @@ class Release extends Command
 
         $this->addJsonEndPoints($composer, $config);
 
-        copy(getcwd() . "/grafana.env", $dObj->dirExists()->realpath()->getPath() . "/grafana.env");
     }
 
     function addJsonEndPoints(FileFormat2 $composer, $config = array())