Skip to content
Snippets Groups Projects
Commit fe7999e7 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[ci] Remove tag exception for build_linux_36 stage [ci skip]

parent d3d0f940
No related branches found
No related tags found
No related merge requests found
Pipeline #25595 passed
......@@ -53,8 +53,6 @@ build_linux_36:
<<: *linux_build_job
variables:
PYTHON_VERSION: "3.6"
except:
- /^v\d+\.\d+\.\d+([abc]\d*)?$/ # PEP-440 compliant version (tags)
artifacts:
expire_in: 1 week
paths:
......@@ -90,4 +88,3 @@ deploy_stable:
- /^v\d+\.\d+\.\d+([abc]\d*)?$/ # PEP-440 compliant version (tags)
except:
- branches
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment