From 1a0dba6903cd963a2b3d976441e484cf4fc8fdc0 Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Sat, 13 Sep 2025 13:35:04 +0700 Subject: [PATCH] :green_heart: (fix-ci) fix gitlab ci error remove additional step before execution except `bun install` because nessecary module need to be installed first. --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) 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: