From 3fbf56fd32674b577ef0784e97b7dcf19f42c0da Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 27 Jan 2020 20:51:18 +0100 Subject: another try to fix the drone file --- .drone.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 53eaafd..08bd6b3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,12 +1,13 @@ +--- kind: pipeline name: default platform: - os: linux - arch: amd64 + os: linux + arch: amd64 steps: - name: build - image: golang - commands: - - go build -o ssh-grab-passwords-map ./... \ No newline at end of file + image: golang + commands: + - go build -o asd ./... \ No newline at end of file -- cgit 1.4.1