fix(ci): install python before bun install

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2023-12-30 17:09:49 -05:00
parent 28093326c8
commit aa5dc23dfa
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -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