Created
August 23, 2017 07:41
-
-
Save hkarakose/b9600ea9bbfed2739639f826dc8d8287 to your computer and use it in GitHub Desktop.
A simple Gitlab CI configuration which uses a maven docker image that comes with Java 8 installed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image: maven:3-jdk-8 | |
build: | |
#-B: run in batch mode | |
script: "mvn clean install -B" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment