try addign drone

This commit is contained in:
Nikolai Rodionov 2022-11-14 21:27:44 +01:00
parent cbed5b9e71
commit 17d2680dd0
2 changed files with 11 additions and 4 deletions

10
.drone.yml Normal file
View 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

View File

@ -5,11 +5,8 @@
amount: 100
neighbours: 50
- step: 200
amount: 150
amount: 500
neighbours: 20
- step: 300
amount: 40
neighbours: 10
- step: 400
amount: 10
neighbours: 5