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
54179b04
Commit
54179b04
authored
2 years ago
by
Administrator
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml file
parent
ebd76aeb
main
Anolis-test
PAD-debian
PAD3.4.5-debian
PAD3.6.1-debian
PAD3.6.1-debian-efi
RVSPK01-debian3.6.1
RVSPK01-debian3.6.1-efi
archLinux-deploy
archLinux-test
debian-test
fedora-deploy
fedora-test
gentoo-deploy
gentoo-test
openEuler-deploy
openEuler-test
roma-debian
roma-debian3.6.1
roma-debian3.6.1-efi
roma-deepin
roma-deepin0908
testban
ubuntu-deploy
ubuntu-test
work-station-debian
work-station-debian-zh
work-station-ubuntu
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-7
.gitlab-ci.yml
with
3 additions
and
7 deletions
+3
-7
.gitlab-ci.yml
+
3
-
7
View file @
54179b04
...
...
@@ -15,7 +15,7 @@
stages
:
-
init_repo
# List of stages for jobs,and their orderof execution
-
build
-
is_update
variables
:
branch_name
:
$CI_COMMIT_BRANCH
baseWork
:
/home/gitlab-runner
...
...
@@ -30,12 +30,8 @@ init_repo-job: # This job runs in the build stage, which runs first.
-
echo $baseWork
-
cd $baseWork
-
python3 gettxt.py
# - rm -rf $file_name
# - mkdir $file_name
# - cd $code_url
# - git clone -b $branch_name ssh://git@120.92.155.32:10080/rtos/ChibiOS.git
build-job
:
# This job runs in the build stage, which runs first.
stage
:
build
is_update-job
:
# This job runs in the build stage, which runs first.
stage
:
is_update
tags
:
-
test-tag
script
:
...
...
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