Commit 515c4e85 authored by Mattia Rizzolo's avatar Mattia Rizzolo

update managetests.json for to the new style

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent a741ecc6
Pipeline #143 failed with stage
in 0 seconds
{ {
"build": [ "build": [
["invoke", "build"] ["./run", "build_scss"],
], ["./run", "init", "{{base}}/data"]
"before_install": [
["mkdir", "{{base}}/data"],
["virtualenv", "-p", "python3", "{{base}}/env"]
],
"install": [
{
"artifacts": "build/packages/*.whl",
"command": ["{{base}}/env/bin/pip", "install", "{{artifact}}"]
}
],
"after_install": [
["{{base}}/env/bin/uitwww", "init", "{{base}}/data"]
], ],
"run": [ "run": [
"{{base}}/env/bin/uitwww", "run", "-g", "{{gunicorn_config_file}}", "{{base}}/build/run", "run",
"-g", "{{gunicorn_config_file}}",
"{{base}}/data" "{{base}}/data"
] ]
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment