diff options
author | Emile <hanemile@protonmail.com> | 2020-01-27 20:51:18 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-01-27 20:51:18 +0100 |
commit | 3fbf56fd32674b577ef0784e97b7dcf19f42c0da (patch) | |
tree | b5a407f236026b565ab90ce582f935fc9a5fdab1 | |
parent | 932efbc49ad77594610616c56099c1da703a952d (diff) |
another try to fix the drone file
-rw-r--r-- | .drone.yml | 11 |
1 files changed, 6 insertions, 5 deletions
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 |