From 15339c6ec4eba193cb88fb019a21db0927aee380 Mon Sep 17 00:00:00 2001 From: sthope Date: Wed, 1 Sep 2021 23:00:58 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index a5b41c8..98f244d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,10 @@ kind: pipeline -name: hello-world type: docker +name: sthope-test steps: - - name: say-hello - image: busybox - commands: - - echo working \ No newline at end of file +- name: sthope-test + image: ghcr.io/linuxserver/code-server:latest + commands: + - go build + - go test -v \ No newline at end of file