Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
I
install.api
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Script
install.api
Commits
55df41d3
Commit
55df41d3
authored
3 years ago
by
jinkaiqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:checkout前pull改为fetch
parent
975fd787
Pipeline
#76673
passed with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
application_service.py
app/application/application_service.py
+1
-1
No files found.
app/application/application_service.py
View file @
55df41d3
...
@@ -69,7 +69,7 @@ where B.default_version=1'''
...
@@ -69,7 +69,7 @@ where B.default_version=1'''
def
checkout
(
self
,
project_no
):
def
checkout
(
self
,
project_no
):
try
:
try
:
# 仓库要先更新一次,万一切换新的分支就会挂了
# 仓库要先更新一次,万一切换新的分支就会挂了
repo
.
git
.
pull
()
repo
.
git
.
fetch
()
repo
.
git
.
checkout
(
project_no
)
repo
.
git
.
checkout
(
project_no
)
repo
.
git
.
pull
()
repo
.
git
.
pull
()
except
GitCommandError
as
e
:
except
GitCommandError
as
e
:
...
...
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