This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
ww3_test1
/
python-demo
forked from
wangwei2/report-python3
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
update pipeline for master branch
test
wangwei2
1 year ago
parent
eec8175b66
commit
fcd5ba0ad8
1 changed files
with
3 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-5
.drone.yml
+ 3
- 5
.drone.yml
View File
@@ -1,17 +1,15 @@
kind: pipeline
type: docker
name:
1
name:
first
platform:
os: linux
arch: arm64
steps:
- name: 编译构建
image:
3.10-alpine
image:
python:3
commands:
- echo ****hhh****
- pip install -r requirements.txt
- echo hello
trigger:
branch:
Write
Preview
Loading…
Cancel
Save