|
@@ -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:
|