Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
潘建波
/
星河大数据平台
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit c075932c
authored
Jun 05, 2020
by
潘建波
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
1 parent
093d2671
Pipeline
#4
for
c075932c
failed
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
.gitlab-ci.yml
.gitlab-ci.yml
View file @
c075932
# 定义的任务1
stages
:
job1
:
# 场景为构建
stage
:
build
# 所需执行的脚本
script
:
-
echo "ssss"
# 在哪个分支上可用
only
:
-
master
-
replace
job
:
stage
:
replace
script
:
-
echo "update the code:"
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
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 post a comment