Compare commits
No commits in common. "61e414a3ceb9272a5c858a1ff675d0abe6c7a2c9" and "23cb722cd99d44a08c976c5d2823a5679744fd0f" have entirely different histories.
61e414a3ce
...
23cb722cd9
15
.drone.yml
15
.drone.yml
@ -1,23 +1,16 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: run_algo
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: algo
|
- name: check_result
|
||||||
image: "python:3.8"
|
image: "python:3.8"
|
||||||
commands:
|
commands:
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
- python3 destroy_p3.py -g GBA1000.txt
|
- python3 destroy_p3.py -g GBA1000.txt
|
||||||
|
- name: check_result
|
||||||
---
|
|
||||||
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: check_result
|
|
||||||
|
|
||||||
- name: result
|
|
||||||
image: "python:3.8"
|
image: "python:3.8"
|
||||||
commands:
|
commands:
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
- python3 destroy_p3.py -g GBA1000.txt > gba1000d.txt
|
- python3 destroy_p3.py -g GBA1000.txt > gba1000d.txt
|
||||||
- python3 analyse_p3.py -g GBA1000.txt -d gba1000d.txt
|
- python3 analyse_p3.py -g GBA1000.txt -d gba1000d.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user