Skip to content

Instantly share code, notes, and snippets.

@hkarakose
Created August 23, 2017 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hkarakose/b9600ea9bbfed2739639f826dc8d8287 to your computer and use it in GitHub Desktop.
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
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