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
2 years ago
parent
dd01dc89c6
commit
cc65e7387a
1 changed files
with
15 additions
and
15 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+15
-15
.drone.yml
+ 15
- 15
.drone.yml
View File
@@ -1,22 +1,22 @@
kind: pipeline
type: docker
name: first
# platform:
# os: linux
# arch: arm64
name: 1
platform:
os: linux
arch: amd64
steps:
- name: pip
image: python:3
commands:
- echo **start**
- pip install -r requirements.txt
- python run_excel_re.py
- ls -lR test_Report
- name: pip
image: python:3
commands:
- echo **start**
- pip install -r requirements.txt
- python run_excel_re.py
- ls -lR test_Report
trigger:
branch:
- master
- master
event:
- push
- push
Write
Preview
Loading…
Cancel
Save