build for 1.0.4-test. Fixed a trailing comma in JSON.

This commit is contained in:
rocketdebris 2025-10-20 15:29:49 -04:00
parent 3f36fedd55
commit b30f82191a

View File

@ -8,7 +8,7 @@ export APPS_JSON='[
{ {
"url": "https://github.com/frappe/hrms", "url": "https://github.com/frappe/hrms",
"branch": "v15.15.0" "branch": "v15.15.0"
}, }
]' ]'
export APPS_JSON_BASE64=$(echo ${APPS_JSON} | base64 -w 0) export APPS_JSON_BASE64=$(echo ${APPS_JSON} | base64 -w 0)
export TAG="1.0.4-test" # Change this export TAG="1.0.4-test" # Change this