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
560eee29
Commit
560eee29
authored
Nov 06, 2020
by
jinkaiqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
仓库要先更新一次,万一切换新的分支就会挂了
parent
4cef9c60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
application_service.py
app/application/application_service.py
+2
-0
No files found.
app/application/application_service.py
View file @
560eee29
...
...
@@ -68,6 +68,8 @@ where B.default_version=1'''
def
checkout
(
self
,
project_no
):
try
:
# 仓库要先更新一次,万一切换新的分支就会挂了
repo
.
git
.
pull
()
repo
.
git
.
checkout
(
project_no
)
repo
.
git
.
pull
()
except
GitCommandError
as
e
:
...
...
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