remove tags from gitlab yaml
This commit is contained in:
@@ -7,16 +7,12 @@ stages:
|
||||
|
||||
build:
|
||||
stage: build
|
||||
tags:
|
||||
- linux
|
||||
script:
|
||||
- bun install
|
||||
- bun run build
|
||||
|
||||
lint:
|
||||
stage: lint
|
||||
tags:
|
||||
- linux
|
||||
script:
|
||||
- bun install -g biome
|
||||
- biome check
|
||||
|
||||
Reference in New Issue
Block a user