Commit 64ee10ed authored by Administrator's avatar Administrator

更新build.yml

parent 9aec3fb2
......@@ -42,4 +42,6 @@ prod_build:
image: 192.168.123.7:5000/${appname}:prod
springprofile: '--spring.profiles.active=prod'
before_script:
- echo $prodPort
- if [ ! $prodPort ]; then port=$prodPort; fi
- echo $port
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