From 0f90095aed88c24f363253037bd26bd519eccbc5 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 26 Oct 2022 16:15:46 +0200 Subject: [PATCH] Add .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0d2da04..44c6321 100755 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,6 @@ type: docker name: "test" steps: - name: test - image: bash + image: harbor.front.kjuulh.io/docker-proxy/library/bash:latest commands: - echo 'Run tests'