mirror of
https://gitlab.com/restcountries/restcountries.git
synced 2026-03-31 15:07:46 +01:00
Adding Continent to V3 and Country Structure
This commit is contained in:
+1
-7
@@ -5,20 +5,14 @@ variables:
|
||||
image: adoptopenjdk/openjdk14:alpine-slim
|
||||
|
||||
stages:
|
||||
- test
|
||||
- package
|
||||
- release
|
||||
- run
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- ./mvnw test
|
||||
|
||||
maven-package:
|
||||
stage: package
|
||||
script:
|
||||
- ./mvnw clean install -DskipTests -Dmaven.repo.local=$MAVEN_USER_HOME
|
||||
- ./mvnw clean install -Dmaven.repo.local=$MAVEN_USER_HOME
|
||||
artifacts:
|
||||
paths:
|
||||
- target/*.jar
|
||||
|
||||
Reference in New Issue
Block a user