mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Test pattern for validation of functionality
This commit is contained in:
parent
f3966bd1ce
commit
b4cfb63029
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ github-release:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
tags: [docker]
|
tags: [docker]
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/'
|
- if: '$CI_COMMIT_TAG =~ /^test\d+\.\d+\.\d+$/'
|
||||||
before_script:
|
before_script:
|
||||||
- apk update && apk add jq
|
- apk update && apk add jq
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue