Skip to content
Snippets Groups Projects
Verified Commit b4cfb630 authored by Joe Donofry's avatar Joe Donofry
Browse files

Test pattern for validation of functionality

parent f3966bd1
No related branches found
No related tags found
No related merge requests found
Pipeline #4499 canceled
......@@ -313,7 +313,7 @@ github-release:
image: alpine:latest
tags: [docker]
rules:
- if: '$CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/'
- if: '$CI_COMMIT_TAG =~ /^test\d+\.\d+\.\d+$/'
before_script:
- apk update && apk add jq
script:
......
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