This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
pythonreport
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
update pipeline for master branch
master
高级云脑研发工程师
2 years ago
parent
55c63d6c4c
commit
e4cf111f45
1 changed files
with
4 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-7
.drone.yml
+ 4
- 7
.drone.yml
View File
@@ -1,23 +1,20 @@
kind: pipeline
type: docker
name: 1
platform:
os: linux
arch: am
d
64
arch: a
r
m64
volumes:
- name: cache
- name: cache
host:
path: /tmp/cache
steps:
- name: build
image: python:3
commands:
- echo **start**
- pip install -r requirements.txt
- name: test
image: python:3
commands:
@@ -26,8 +23,8 @@ steps:
- ls -lR test_Report
- cp -r test_Report/* /tmp/cache
volumes:
- name: cache
path: /tmp/cache
- name: cache
path: /tmp/cache
trigger:
branch:
Write
Preview
Loading…
Cancel
Save