Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
maven_test
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
郭灿峰
maven_test
Commits
e6b221dc
Commit
e6b221dc
authored
Aug 28, 2020
by
王珏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
ee07747f
Pipeline
#159
failed with stages
in 1 minute and 48 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
5 deletions
+22
-5
.gitlab-ci.yml
.gitlab-ci.yml
+22
-5
No files found.
.gitlab-ci.yml
View file @
e6b221dc
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
:
script
:
-
echo 'run test'
\ No newline at end of file
# include:
# - project: "template/gitlab-ci"
# file: "/package/build-maven-artifacts.yml"
# 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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment