removes debugging ls -la from drone

This commit is contained in:
Marvin Steadfast 2020-01-07 14:27:20 +01:00
parent 13a27a0030
commit 64126ca1a9

View File

@ -14,7 +14,6 @@ steps:
image: golang:1.13.5
commands:
- go build -o fortlit-$(uname -m)
- ls -la
environment:
GOARCH: amd64
GOOS: linux
@ -39,7 +38,6 @@ steps:
image: golang:1.13.5
commands:
- go build -o fortlit-$(uname -m)
- ls -la
environment:
GOARCH: arm64
GOOS: linux
@ -66,7 +64,6 @@ steps:
image: golang:1.13.5
commands:
- go build -o fortlit-$(uname -m)
- ls -la
environment:
GOARCH: arm
GOOS: linux