Commit e6b221dc authored by 王珏's avatar 王珏

Update .gitlab-ci.yml

parent ee07747f
Pipeline #159 failed with stages
in 1 minute and 48 seconds
before_script: # #################################################
- echo 'hello' # https://docs.gitlab.com/ee/ci/
# https://docs.gitlab.com/ee/ci/variables/predefined_variables.html
# https://docs.gitlab.com/ee/ci/yaml/README.html
# #################################################
run-test: # include:
script: # - project: "template/gitlab-ci"
- echo 'run test' # file: "/package/build-maven-artifacts.yml"
\ No newline at end of file # ref: master
# include:
# - project: "template/gitlab-ci"
# file: "/package/build-maven-docker.yml"
# ref: master
include:
- project: "template/gitlab-ci"
file: "/package/build-maven-docker.yml"
ref: lite
variables:
MAVEN_BUILD_OPTS: "-Dmaven.test.skip=true"
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