From 0c8ab13ba8443332fe02823d81d7f90f8fe316bd Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Mon, 20 Jul 2020 18:53:29 +0200 Subject: [PATCH] fix drone ci --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 92dc536..93a6330 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,7 +35,7 @@ pipeline: image: golang:1.10 commands: - mkdir -p /go/src/github.com/gissleh/ - - ln -s . /go/src/github.com/gissleh/irc/ + - ln -s . /go/src/github.com/gissleh/irc - cd /go/src/github.com/gissleh/irc/ - go test ./... -v - go test -bench ./... @@ -43,7 +43,7 @@ pipeline: image: golang:1.9 commands: - mkdir -p /go/src/github.com/gissleh/ - - ln -s . /go/src/github.com/gissleh/irc/ + - ln -s . /go/src/github.com/gissleh/irc - cd /go/src/github.com/gissleh/irc/ - go test ./... -v - go test -bench ./... @@ -51,7 +51,7 @@ pipeline: image: golang:1.8 commands: - mkdir -p /go/src/github.com/gissleh/ - - ln -s . /go/src/github.com/gissleh/irc/ + - ln -s . /go/src/github.com/gissleh/irc - cd /go/src/github.com/gissleh/irc/ - go test ./... -v - go test -bench ./... \ No newline at end of file