diff options
| author | doufenghu <[email protected]> | 2019-12-13 16:31:34 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2019-12-13 16:31:34 +0800 |
| commit | 944cb2c1df03db25b83f681f7fe82c1575fbc4d2 (patch) | |
| tree | 6a08aaa33d1cde266de1a2099c54477072a38ea5 | |
| parent | 2d541f2eea512d193b62a8b7cd61e70d93e30187 (diff) | |
feature(集成部署):增加自动化集成部署文件v3.0.191115-rc0
| -rw-r--r-- | .gitlab-ci.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..cd441e4f --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ + +stages: + - build + +build: + state: build + script: + - echo 'execute mvn clean install' + - echo 'tag:' $CI_COMMIT_TAG + - mvn clean install + only: + - tags + tags: + - GN-XXG-Server
\ No newline at end of file |
