Commit 4f6f5cbe authored by Administrator's avatar Administrator

Merge branch 'root-master-patch-38753' into 'master'

更新build.yml

See merge request !1
parents 482b4cec dd7df54f
Pipeline #8 canceled with stages
......@@ -6,4 +6,6 @@ stages:
build:
stage: build
script:
- mvn -Dmaven.test.skip=true clean package docker:build
\ No newline at end of file
- copy /home/ubuntu/Dockerfile ./
- mvn -Dmaven.test.skip=true clean package
- docker build -t 192.168.123.7:5000/${appname} --no-cache --build-arg=$ports .
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