💚 (fix-ci) fix gitlab ci error
remove additional step before execution except `bun install` because nessecary module need to be installed first.
This commit is contained in:
@ -5,10 +5,6 @@ stages:
|
|||||||
- build
|
- build
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -y
|
|
||||||
- apt-get install -y curl
|
|
||||||
- curl -fsSL https://bun.sh/install | bash
|
|
||||||
- export PATH="$HOME/.bun/bin:$PATH"
|
|
||||||
- bun install
|
- bun install
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
Reference in New Issue
Block a user