Last active
January 8, 2019 14:53
-
-
Save seogi1004/a0b3dc8c94bbc03d7cf82b4c9c5ac5c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
variables: | |
MAVEN_CLI_OPTS: "--batch-mode" | |
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository" | |
CI_REPOSITORY_URL: https://alvin.h:[email protected]/$CI_PROJECT_PATH.git | |
cache: | |
key: "$CI_COMMIT_REF_NAME" | |
paths: | |
- src/main/resources/static/ | |
- dist/ | |
- node_modules/ | |
- .m2/repository/ | |
stages: | |
- fetest | |
- febuild | |
- betest | |
- bebuild | |
- deploy | |
- patch | |
.Job_Only: | |
only: | |
changes: | |
- "src/**/*" | |
refs: | |
- merge_requests | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment