mirror of
https://github.com/YunoHost-Apps/jenkins_ynh.git
synced 2024-09-03 19:26:18 +02:00
Delete actions.json
This commit is contained in:
parent
17b1c0eceb
commit
121a837528
1 changed files with 0 additions and 20 deletions
20
actions.json
20
actions.json
|
@ -1,20 +0,0 @@
|
|||
[{
|
||||
"id": "public_private",
|
||||
"name": "Move to public or private",
|
||||
"command": "/bin/bash scripts/actions/public_private",
|
||||
"user": "root",
|
||||
"accepted_return_codes": [0],
|
||||
"description": {
|
||||
"en": "Change the public access of the app."
|
||||
},
|
||||
"arguments": [
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Is it a public app?"
|
||||
},
|
||||
"default": true
|
||||
}
|
||||
]
|
||||
}]
|
Loading…
Reference in a new issue