From d9d8adbca4a61e890817f50146a537f1ff9b8bba Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sat, 23 Jun 2018 23:19:29 +0200 Subject: [PATCH] CI test --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 37f3e22..02d0ff2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,10 @@ pipeline: - go build -a -installsuffix cgo -ldflags="-s -w" -o /output/rpdata-wikifileimport ./cmd/rpdata-wikifileimport - go build -a -installsuffix cgo -ldflags="-s -w" -o /output/rpdata-ensurechannels ./cmd/rpdata-ensurechannels - go build -a -installsuffix cgo -ldflags="-s -w" -o /output/rpdata-as2storyimport ./cmd/rpdata-as2storyimport + test-content: + image: alpine + command: + - ls -l /output/ s3: image: plugins/s3 bucket: aiterp