Commit 75d2b53a authored by Administrator's avatar Administrator

更新build.yml

parent 8fd87d36
...@@ -7,7 +7,7 @@ stages: ...@@ -7,7 +7,7 @@ stages:
- build - build
pre_test: pre_test:
extend: build extends: build
only: only:
- test - test
script: script:
...@@ -17,7 +17,7 @@ pre_test: ...@@ -17,7 +17,7 @@ pre_test:
- echo ${k8sappname}${image}${springprofile} - echo ${k8sappname}${image}${springprofile}
pre_prod: pre_prod:
extend: build extends: build
only: only:
- master - master
script: script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment