cicd: removed pipelines on tags
This commit is contained in:
parent
b544ddc48d
commit
2e30eb0ed5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user