EOX GitLab Instance
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
View Server 2
scheduler
Commits
a5bd1303
Commit
a5bd1303
authored
Dec 01, 2021
by
Nikola Jankovic
💻
Browse files
Merge branch 'bump2version_update' into 'main'
Bump2version update See merge request
!2
parents
4dbb6b15
a1129b09
Pipeline
#19213
passed with stage
in 49 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
a5bd1303
...
...
@@ -9,8 +9,7 @@ serialize =
tag_name = release-{new_version}
[bumpversion:part:release]
optional_value = final
first_value = alpha
optional_value = alpha
values =
alpha
beta
...
...
.gitlab-ci.yml
View file @
a5bd1303
...
...
@@ -16,6 +16,7 @@ test:
-
pytest --cov scheduler --cov-report term-missing
-
flake8
-
mypy .
coverage
:
"
/TOTAL.+
([0-9]{1,3}%)/"
publish_latest
:
image
:
docker:20.10.8
...
...
setup.cfg
View file @
a5bd1303
...
...
@@ -5,13 +5,4 @@ ignore = W503,E203
[mypy]
exclude = (.venv|build)
[mypy-jsonschema.*]
ignore_missing_imports = True
[mypy-setuptools.*]
ignore_missing_imports = True
[mypy-schedule.*]
ignore_missing_imports = True
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