This commit is contained in:
Hugo Renard 2022-03-17 09:54:30 +01:00
parent 50029c254e
commit fd982d54e7
Signed by: hougo
GPG key ID: 3A285FD470209C59

10
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,10 @@
package:
image:
name: maven:3-openjdk-11
script:
- mvn clean install
artifacts:
paths:
- target/keycloak-scim-1.0-SNAPSHOT.jar
only:
- main