|
@@ -78,9 +78,9 @@ installer_tag:
|
|
|
- composer install --no-interaction --no-progress
|
|
|
- php cmd.php make:installImages ../ --client='develop' --develop=1 --ini_file='./modules.gitlab.ini'
|
|
|
#- 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}
|
|
|
- - chmod 0600 keys/bitbucket.id_rsa ; eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa ; php cmd.php get:source ../git.ini --timeout=120
|
|
|
+ - 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}
|
|
|
+ - php cmd.php make:tag:modules ../git.ini ${CI_COMMIT_TAG}
|
|
|
only:
|
|
|
refs:
|
|
|
- tags
|