try addign drone
This commit is contained in:
parent
cbed5b9e71
commit
17d2680dd0
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: kubernetes
|
||||||
|
name: proto pipeline
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Run goids
|
||||||
|
image: golang:alpine3.16
|
||||||
|
commands:
|
||||||
|
- go run main.go
|
@ -5,11 +5,8 @@
|
|||||||
amount: 100
|
amount: 100
|
||||||
neighbours: 50
|
neighbours: 50
|
||||||
- step: 200
|
- step: 200
|
||||||
amount: 150
|
amount: 500
|
||||||
neighbours: 20
|
neighbours: 20
|
||||||
- step: 300
|
|
||||||
amount: 40
|
|
||||||
neighbours: 10
|
|
||||||
- step: 400
|
- step: 400
|
||||||
amount: 10
|
amount: 10
|
||||||
neighbours: 5
|
neighbours: 5
|
||||||
|
Loading…
Reference in New Issue
Block a user