Parcourir la source

Agregada variable que lista los environments ignorados por el sistema de licencia.

Daniel Libonati il y a 7 ans
Parent
commit
7b1e6963f3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      tools/src/Release.php

+ 1 - 0
tools/src/Release.php

@@ -303,6 +303,7 @@ class Release extends Command
             $this->_ansible_vars["CLIENT"] = $this->_client;
             $this->_ansible_vars["CMD_USERNAME"] = $this->_user_system['users'][$this->internal_user_id]['user'];
             $this->_ansible_vars["CMD_PASSWORD"] = $this->_user_system['users'][$this->internal_user_id]['password'];
+            $this->_ansible_vars["ENV_LIST"] = "prod,dev,test";
 
             $dObj = new DevOps\FileSystem(realpath($this->directory));
             $dObj->dirExists()->realpath();