fix(ci): install python before bun install
This commit is contained in:
		
							parent
							
								
									28093326c8
								
							
						
					
					
						commit
						aa5dc23dfa
					
				| @ -11,7 +11,7 @@ build_stage: | |||||||
|   image: oven/bun:canary-debian |   image: oven/bun:canary-debian | ||||||
|   script: |   script: | ||||||
|     # install & build the NuxtJS application |     # 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 |     - bun install | ||||||
|     - sed -Ei "s,(hasMigrated = )false,\1true," ${CI_PROJECT_DIR}/lib/dbconfig.ts |     - sed -Ei "s,(hasMigrated = )false,\1true," ${CI_PROJECT_DIR}/lib/dbconfig.ts | ||||||
|     - NODE_ENV=production bun run --bun build |     - NODE_ENV=production bun run --bun build | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user