cicd: removed pipelines on tags

This commit is contained in:
plup 2021-01-29 16:04:20 +01:00
parent b544ddc48d
commit 2e30eb0ed5
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,8 @@ build:
expire_in: 1 day
paths:
- dist/
except:
- tags
tags:
- test
@ -49,6 +51,8 @@ test:e2e:
- sirv dist --port 3000 > /dev/null 2>&1 &
script:
- cypress run -e CYPRESS_baseUrl=http://localhost:3000
except:
- tags
tags:
- test