Skip to content

Instantly share code, notes, and snippets.

View mmonti's full-sized avatar
🏠
Working from home

Mauro Monti mmonti

🏠
Working from home
View GitHub Profile
@zerda
zerda / .gitlab-ci.yml
Last active October 8, 2020 04:05
Gitlab CI for spring boot project
image: maven:3.3-jdk-8-alpine
cache:
key: "$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME"
paths:
- .m2/
variables:
MAVEN_OPTS: "-Dmaven.repo.local=.m2"