multi update version
This commit is contained in:
parent
9a51326d12
commit
574b0fb197
9 changed files with 12 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=10.0.16
|
||||
VERSION=10.0.17
|
||||
APP=glpi
|
||||
DEPOT=https://github.com/glpi-project/glpi.git
|
||||
GIT_VERSION=${VERSION}
|
||||
|
@ -11,7 +11,7 @@ PACKAGE_DEPENDENCY="patch composer php-json php-xml php-curl php-gd php-intl php
|
|||
|
||||
main() {
|
||||
base_package_upgrade
|
||||
configure_depot_nodejs
|
||||
configure_depot_nodejs 20
|
||||
install_package_dependency
|
||||
get_git_source
|
||||
build
|
||||
|
@ -20,6 +20,7 @@ main() {
|
|||
|
||||
build(){
|
||||
cd /tmp/${APP}
|
||||
export COMPOSER_ALLOW_SUPERUSER=1
|
||||
./tools/make_release.sh -y . ${VERSION}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue