Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sixue.cheng
Linux
Commits
9f564b4e
Commit
9f564b4e
authored
2 years ago
by
sixue.cheng
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml file
parent
59ba7f54
ubuntu-deploy
archLinux-deploy
fedora-deploy
gentoo-deploy
openEuler-deploy
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
.gitlab-ci.yml
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
+
2
-
2
View file @
9f564b4e
...
...
@@ -23,7 +23,7 @@ variables:
file_name
:
${branch_name}_${CI_PIPELINE_ID}
code_url
:
${baseWork}/${file_name}
init_repo-job
:
# This job runs in the build stage,
which runs first.
init_repo-job
:
# This job runs in the build stage, which runs first.
stage
:
init_repo
tags
:
-
test-tag
...
...
@@ -43,7 +43,7 @@ is_update-job: # This job runs in the build stage, which runs first.
-
init_repo-job
only
:
-
ubuntu-deploy
create_yml-job
:
# This job runsin the build stage, which runs first.
create_yml-job
:
# This job runsin the build stage,
which runs first.
stage
:
create_yml
tags
:
-
test-tag
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help