diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ac5039..ba32ab2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,10 +5,6 @@ stages: - build 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 lint: