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
4cef9c60
Commit
4cef9c60
authored
4 years ago
by
jinkaiqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新仓库代码
parent
d9040bd6
Pipeline
#28995
passed with stage
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
flask_app.py
flask_app.py
+2
-2
No files found.
flask_app.py
View file @
4cef9c60
...
...
@@ -41,7 +41,7 @@ def readonly_handler(func, path, execinfo):
if
os
.
path
.
exists
(
git_path
):
if
platform
.
system
()
==
'Linux'
:
os
.
system
(
f
"rm -rf {deploy_repo_path}"
)
os
.
system
(
f
"rm -rf {deploy_repo_path}
&& echo delete success
"
)
time
.
sleep
(
1
)
else
:
shutil
.
rmtree
(
git_path
,
onerror
=
readonly_handler
)
...
...
@@ -49,7 +49,7 @@ if os.path.exists(git_path):
# docker环境线下老是出现问题,先用代码拉取
os
.
system
(
f
'git clone {deploy_repo_path} {git_path}'
)
repo
=
git
.
Repo
(
git_path
)
repo
.
git
.
pull
()
class
FlashAppLoader
(
AppLoaderBase
):
...
...
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