keycloak-scim/.gitlab-ci.yml

11 lines
192 B
YAML
Raw Normal View History

2022-03-17 08:54:30 +00:00
package:
image:
name: maven:3-openjdk-11
script:
- mvn clean install
artifacts:
paths:
2022-03-28 10:21:25 +00:00
- target/keycloak-scim-1.0-SNAPSHOT-jar-with-dependencies.jar
2022-03-17 08:54:30 +00:00
only:
- main