Commit 7f07864c authored by Administrator's avatar Administrator

更新build.yml

parent 64ee10ed
......@@ -43,5 +43,5 @@ prod_build:
springprofile: '--spring.profiles.active=prod'
before_script:
- echo $prodPort
- if [ ! $prodPort ]; then port=$prodPort; fi
- if [ ! -n "$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