Compare commits
2 Commits
23cb722cd9
...
61e414a3ce
Author | SHA1 | Date | |
---|---|---|---|
61e414a3ce | |||
dd43985224 |
13
.drone.yml
13
.drone.yml
@ -1,14 +1,21 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
name: run_algo
|
||||
|
||||
steps:
|
||||
- name: check_result
|
||||
- name: algo
|
||||
image: "python:3.8"
|
||||
commands:
|
||||
- pip3 install -r requirements.txt
|
||||
- python3 destroy_p3.py -g GBA1000.txt
|
||||
- name: check_result
|
||||
|
||||
---
|
||||
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: check_result
|
||||
|
||||
- name: result
|
||||
image: "python:3.8"
|
||||
commands:
|
||||
- pip3 install -r requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user