big
This commit is contained in:
+10
-1
@@ -1,7 +1,7 @@
|
||||
stages:
|
||||
- build-sonar
|
||||
- build
|
||||
- test
|
||||
- build-sonar
|
||||
- docker
|
||||
- deploy
|
||||
|
||||
@@ -17,6 +17,15 @@ variables:
|
||||
build:java:
|
||||
stage: build
|
||||
image: eclipse-temurin:21-jdk
|
||||
services:
|
||||
- postgres:16-alpine
|
||||
variables:
|
||||
POSTGRES_DB: mtgsearch_build
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
DB_URL: jdbc:postgresql://postgres:5432/mtgsearch_build
|
||||
DB_USER: postgres
|
||||
DB_PASSWORD: postgres
|
||||
before_script:
|
||||
- apt-get update && apt-get install -y curl
|
||||
- curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||
|
||||
Reference in New Issue
Block a user