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