修改ci配置

This commit is contained in:
2019-08-18 16:17:22 +08:00
parent 9ee84b9243
commit 4774b36930

View File

@@ -10,6 +10,7 @@ variables:
before_script: before_script:
- "echo 构建版本号: ${IMAGE_VERSION}" - "echo 构建版本号: ${IMAGE_VERSION}"
- "echo 标签: ${CI_COMMIT_TAG}" - "echo 标签: ${CI_COMMIT_TAG}"
- "echo 提交的标题: ${CI_COMMIT_TITLE}"
stages: stages:
- build - build