|
@@ -69,9 +69,9 @@ installer_tag:
|
|
|
- cd tools
|
|
|
- composer install --no-interaction --no-progress
|
|
|
- php cmd.php make:installImages $(pwd) --client='develop' --develop=1
|
|
|
- - eval $(ssh-agent); ssh-add keys/gitlab.id_rsa ; php cmd.php get:source git.ini --timeout=120
|
|
|
- - eval $(ssh-agent); ssh-add keys/gitlab.id_rsa ; php cmd.php make:tag:modules git.ini ${CI_COMMIT_TAG}
|
|
|
- - eval $(ssh-agent); ssh-add keys/gitlab.id_rsa ; php cmd.php make:tag:vendors repositories.ini ${CI_COMMIT_TAG}
|
|
|
+ - eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa ; php cmd.php get:source git.ini --timeout=120
|
|
|
+ - eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa ; php cmd.php make:tag:modules git.ini ${CI_COMMIT_TAG}
|
|
|
+ - eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa ; php cmd.php make:tag:vendors repositories.ini ${CI_COMMIT_TAG}
|
|
|
only:
|
|
|
refs:
|
|
|
- tags
|