From c04823a0e9bda7c7cecc5e7afca907f8e172da36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Sat, 30 Dec 2023 17:25:36 -0500 Subject: [PATCH] revert(ci): switch build stage back to node --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d73459e..db00019 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,13 +8,12 @@ stages: build_stage: stage: build # use node docker image as enviroment - image: oven/bun:canary-debian + image: node:latest script: # install & build the NuxtJS application - - apt update && apt-get install -y --no-install-recommends python3 - - bun install + - yarn install - sed -Ei "s,(hasMigrated = )false,\1true," ${CI_PROJECT_DIR}/lib/dbconfig.ts - - NODE_ENV=production bun run --bun build + - NODE_ENV=production yarn run build # define artifacts which are shared between stages artifacts: paths: