.gitlab-ci.yml 240 Bytes
Newer Older
1
variables:
Wolfgang Knopki's avatar
Wolfgang Knopki committed
2
  JAVA_HOME: "/usr/lib/jvm/java-1.8.0-openjdk-amd64"
3
4


Matthias Betz's avatar
Matthias Betz committed
5
build:
Matthias Betz's avatar
Matthias Betz committed
6
    script:
Matthias Betz's avatar
Matthias Betz committed
7
8
9
10
11
12
13
14
15
16
        - mvn package -B
        
release:
    script:
        - "echo create release"
    only:
        - tags
        refs:
            - master