修改命名

This commit is contained in:
william
2024-04-29 23:35:09 +08:00
parent f6cc52bb9c
commit 0cec277282

View File

@@ -1,7 +1,7 @@
stages: stages:
# 构建 # 构建
- build - build
- docker - dockerize
- webhook - webhook
build: build:
@@ -38,8 +38,8 @@ build:
- mvn clean install -Dmaven.test.skip=true - mvn clean install -Dmaven.test.skip=true
- ls - ls
- echo ">>>>>>Finish Building<<<<<<" - echo ">>>>>>Finish Building<<<<<<"
docker: dockerize:
stage: docker stage: dockerize
tags: tags:
- hk2 - hk2
dependencies: dependencies: