This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei2
/
report-python3
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
2
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
update pipeline for master branch
test
高级云脑研发工程师
1 year ago
parent
396d8991a3
commit
15edd0da3d
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.drone.yml
+ 2
- 2
.drone.yml
View File
@@ -10,8 +10,8 @@ volumes:
- name: cache
host:
path: /tmp/cache
steps:
- name: build
image: python:3
commands:
@@ -23,7 +23,7 @@ steps:
commands:
- pip install -r requirements.txt
- python run_excel_re.py
- ls -lR test_Report
- ls -lR test_Report
- cp -r test_Report/* /tmp/cache
volumes:
- name: cache
Write
Preview
Loading…
Cancel
Save