Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
COVID-19
models
Commits
8a7e7c72
Verified
Commit
8a7e7c72
authored
Jul 09, 2020
by
Laurent Heirendt
✈
Browse files
prepare commit stage
parent
3e461972
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8a7e7c72
stages
:
-
generate
-
convert
-
deploy
generate:index
:
convert
:
image
:
python
stage
:
generate
stage
:
convert
rules
:
-
if
:
$CI_COMMIT_BRANCH == "build-ci"
-
if
:
$CI_COMMIT_BRANCH == "master"
...
...
@@ -11,3 +12,11 @@ generate:index:
-
pip install casq
script
:
-
python .ci/convertCASQ.py
commit
:
stage
:
deploy
rules
:
-
if
:
$CI_COMMIT_BRANCH == "build-ci"
-
if
:
$CI_COMMIT_BRANCH == "master"
script
:
-
echo " > This is the commit stage"
\ No newline at end of file
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