From 58c1abd030737ee76d8b50eeffae8dbdf8056234 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Mon, 20 Jul 2020 18:57:48 +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 2189edd..4bd031e 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 /project/irc /go/src/github.com/gissleh/irc - cd /go/src/github.com/gissleh/irc/ - ls -lR - go test ./... -v @@ -44,7 +44,7 @@ pipeline: image: golang:1.9 commands: - mkdir -p /go/src/github.com/gissleh/ - - ln -s . /go/src/github.com/gissleh/irc + - ln -s /project/irc /go/src/github.com/gissleh/irc - cd /go/src/github.com/gissleh/irc/ - go test ./... -v - go test -bench ./... @@ -52,7 +52,7 @@ pipeline: image: golang:1.8 commands: - mkdir -p /go/src/github.com/gissleh/ - - ln -s . /go/src/github.com/gissleh/irc + - ln -s /project/irc /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