Commit 482b4cec authored by Administrator's avatar Administrator

Add new file

parents
Pipeline #5 canceled with stages
# 定义 stages
stages:
- build
# 定义 job
build:
stage: build
script:
- mvn -Dmaven.test.skip=true clean package docker:build
\ No newline at end of file
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