summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9803196..05ed193 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,8 +16,6 @@ test:
only:
- merge_requests
- tags
- tags:
- - galaxy
# 构建。一般用于构建 develop 分支上的 snapshot 版本。
build:
@@ -27,8 +25,6 @@ build:
- mvn clean site deploy -DskipTests
only:
- develop
- tags:
- - galaxy
# 发布。用于发布候选版本,正式版本以及修订版等 release 版本。
deploy:
@@ -37,6 +33,4 @@ deploy:
- echo "$MAVEN_SETTINGS_XML" > /usr/share/maven/conf/settings.xml
- mvn $MAVEN_CLI_OPTS clean deploy -DskipTests
only:
- - tags
- tags:
- - galaxy \ No newline at end of file
+ - tags \ No newline at end of file