Skip to content
Snippets Groups Projects
Commit 2e30eb0e authored by plup's avatar plup
Browse files

cicd: removed pipelines on tags

parent b544ddc4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment