mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-03-07 21:36:14 +01:00
25 lines
439 B
JSON
25 lines
439 B
JSON
[
|
|
{
|
|
"id": "deploy-branch",
|
|
"execute-command": "/usr/local/bin/buildbtw-deploy-image.sh",
|
|
"pass-arguments-to-command":
|
|
[
|
|
{
|
|
"source": "url",
|
|
"name": "image-tag"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "undeploy-branch",
|
|
"execute-command": "/usr/local/bin/buildbtw-undeploy-image.sh",
|
|
"pass-arguments-to-command":
|
|
[
|
|
{
|
|
"source": "url",
|
|
"name": "image-tag"
|
|
}
|
|
]
|
|
}
|
|
]
|