From aa5dc23dfa755f986f22e1af87e3cca38b8b2632 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:09:49 -0500 Subject: [PATCH] fix(ci): install python before bun install --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8454ba..d73459e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ build_stage: image: oven/bun:canary-debian script: # install & build the NuxtJS application - #- apt-get install -y --no-install-recommends python3 build-essential + - apt update && apt-get install -y --no-install-recommends python3 - bun install - sed -Ei "s,(hasMigrated = )false,\1true," ${CI_PROJECT_DIR}/lib/dbconfig.ts - NODE_ENV=production bun run --bun build