Test pattern for validation of functionality

This commit is contained in:
Joseph Donofry 2023-02-27 15:09:07 -05:00
parent f3966bd1ce
commit b4cfb63029
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB

View file

@ -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: