Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jgiannelos
maps-deduped-tilelist
Commits
af848b14
Commit
af848b14
authored
Dec 07, 2021
by
Jgiannelos
Browse files
ci: Add tags to job definitions
parent
d39d5a87
Pipeline
#1304
passed with stages
in 2 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
af848b14
...
...
@@ -11,6 +11,8 @@ lint:
-
pip install flake8
script
:
-
flake8 .
tags
:
-
maps
test
:
stage
:
test
...
...
@@ -18,6 +20,8 @@ test:
script
:
-
pip install .
-
python -m unittest discover -v
tags
:
-
maps
build_python
:
stage
:
package
...
...
@@ -28,6 +32,8 @@ build_python:
artifacts
:
paths
:
-
maps-deduped-tilelist*.tar.gz
tags
:
-
maps
build_debian
:
stage
:
package
...
...
@@ -40,6 +46,8 @@ build_debian:
artifacts
:
paths
:
-
python3-maps-deduped-tilelist*.deb
tags
:
-
maps
publish_debian_package
:
rules
:
...
...
@@ -55,6 +63,8 @@ publish_debian_package:
paths
:
-
python3-maps-deduped-tilelist*.deb
expire_in
:
never
tags
:
-
maps
publish_python_package
:
rules
:
...
...
@@ -70,6 +80,8 @@ publish_python_package:
paths
:
-
maps-deduped-tilelist*.tar.gz
expire_in
:
never
tags
:
-
maps
release
:
rules
:
...
...
@@ -92,3 +104,5 @@ release:
-
name
:
Python package
url
:
"
$CI_API_V4_URL/projects/$CI_PROJECT_ID/jobs/artifacts/$CI_COMMIT_TAG/download?job=publish_python_package"
link_type
:
package
tags
:
-
maps
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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