Skip to content
Snippets Groups Projects
Commit 3e9489d9 authored by Ulf Seltmann's avatar Ulf Seltmann
Browse files

always test

fixed regex typos
parent 12094985
No related merge requests found
Pipeline #264 failed with stages
in 1 minute and 27 seconds
...@@ -41,8 +41,6 @@ npm_ci: ...@@ -41,8 +41,6 @@ npm_ci:
- public - public
tags: tags:
- docker - docker
except:
- tags
npm_publish: npm_publish:
stage: publish stage: publish
...@@ -61,7 +59,7 @@ npm_publish: ...@@ -61,7 +59,7 @@ npm_publish:
except: except:
- branches - branches
only: only:
- ^/release\/*/ - /^release\/*/
docker_build: docker_build:
stage: image stage: image
...@@ -89,7 +87,7 @@ docker_build: ...@@ -89,7 +87,7 @@ docker_build:
except: except:
- branches - branches
only: only:
- ^/release\/*/ - /^release\/*/
gh_pages: gh_pages:
stage: docs stage: docs
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment