Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
Nuovo sito
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Nuovo sito
Commits
1b0e4682
Commit
1b0e4682
authored
Mar 02, 2019
by
Mattia Rizzolo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reduce managetests.json to the new deplyment style I'm doing.
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
ae46fbb2
Pipeline
#138
running with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
15 deletions
+4
-15
managetests.json
managetests.json
+4
-15
No files found.
managetests.json
View file @
1b0e4682
{
"build"
:
[
[
"invoke"
,
"build"
]
],
"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"
,
"build_scss"
],
[
"{{base}}/run"
,
"init"
,
"{{base}}/data"
]
],
"run"
:
[
"{{base}}/env/bin/uitwww"
,
"run"
,
"-g"
,
"{{gunicorn_config_file}}"
,
"{{base}}/run"
,
"run"
,
"-g"
,
"{{gunicorn_config_file}}"
,
"{{base}}/data"
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment