cicd: removed pipelines on tags
This commit is contained in:
parent
b544ddc48d
commit
2e30eb0ed5
@ -31,6 +31,8 @@ build:
|
|||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
paths:
|
paths:
|
||||||
- dist/
|
- dist/
|
||||||
|
except:
|
||||||
|
- tags
|
||||||
tags:
|
tags:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
@ -49,6 +51,8 @@ test:e2e:
|
|||||||
- sirv dist --port 3000 > /dev/null 2>&1 &
|
- sirv dist --port 3000 > /dev/null 2>&1 &
|
||||||
script:
|
script:
|
||||||
- cypress run -e CYPRESS_baseUrl=http://localhost:3000
|
- cypress run -e CYPRESS_baseUrl=http://localhost:3000
|
||||||
|
except:
|
||||||
|
- tags
|
||||||
tags:
|
tags:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user