Explorar el Código

test gitlab-ci

Espinoza Guillermo hace 6 años
padre
commit
fca79defad
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .gitlab-ci.yml

+ 2 - 2
.gitlab-ci.yml

@@ -68,8 +68,8 @@ installer_tag:
     - eval $(ssh-agent); ssh-add keys/gogs.drone.id_rsa
     - cd tools
     - composer install --no-interaction --no-progress
-    - php cmd.php get:source modules.ini --timeout=120
-    - php cmd.php make:tag:modules modules.ini ${CI_COMMIT_TAG}
+    - php cmd.php get:source ../git.ini --timeout=120
+    - php cmd.php make:tag:modules ../git.ini ${CI_COMMIT_TAG}
     - php cmd.php make:tag:vendors repositories.ini ${CI_COMMIT_TAG}
   only:
     refs: