The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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:
- public
tags:
- docker
except:
- tags
npm_publish:
stage: publish
......@@ -61,7 +59,7 @@ npm_publish:
except:
- branches
only:
- ^/release\/*/
- /^release\/*/
docker_build:
stage: image
......@@ -89,7 +87,7 @@ docker_build:
except:
- branches
only:
- ^/release\/*/
- /^release\/*/
gh_pages:
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