Selaa lähdekoodia

test gitlab-ci.yml

Guillermo Espinoza 6 vuotta sitten
vanhempi
commit
46a9153e1c
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      .gitlab-ci.yml

+ 4 - 4
.gitlab-ci.yml

@@ -68,11 +68,11 @@ installer_tag:
     - eval $(ssh-agent); ssh-add keys/gogs.drone.id_rsa
     - cd tools
     - composer install --no-interaction --no-progress
-    - php cmd.php make:installImages $(pwd) --client='develop' --develop=1
+    - php cmd.php make:installImages ../ --client='develop' --develop=1
     #- chmod 0600 keys/bitbucket.id_rsa ; eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa ; php cmd.php make:tag:vendors repositories.ini ${CI_COMMIT_TAG} --branch=1
-    - chmod 0600 keys/bitbucket.id_rsa ; eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa ; php cmd.php get:source git.ini --timeout=120
-    #- chmod 0600 keys/bitbucket.id_rsa ; eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa ; php cmd.php composer:require git.ini 'ik/*' ${CI_COMMIT_TAG} --composer_update=0
-    - chmod 0600 keys/bitbucket.id_rsa ; eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa ; php cmd.php make:tag:modules git.ini ${CI_COMMIT_TAG}
+    - chmod 0600 keys/bitbucket.id_rsa ; eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa ; php cmd.php get:source ../git.ini --timeout=120
+    #- chmod 0600 keys/bitbucket.id_rsa ; eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa ; php cmd.php composer:require ../git.ini 'ik/*' ${CI_COMMIT_TAG} --composer_update=0
+    - chmod 0600 keys/bitbucket.id_rsa ; eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa ; php cmd.php make:tag:modules ../git.ini ${CI_COMMIT_TAG}
   only:
     refs:
       - tags