summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2019-12-13 16:31:34 +0800
committerdoufenghu <[email protected]>2019-12-13 16:31:34 +0800
commit944cb2c1df03db25b83f681f7fe82c1575fbc4d2 (patch)
tree6a08aaa33d1cde266de1a2099c54477072a38ea5
parent2d541f2eea512d193b62a8b7cd61e70d93e30187 (diff)
feature(集成部署):增加自动化集成部署文件v3.0.191115-rc0
-rw-r--r--.gitlab-ci.yml14
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