build for 1.0.4-test. Fixed a trailing comma in JSON.
This commit is contained in:
parent
3f36fedd55
commit
b30f82191a
2
build.sh
2
build.sh
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user