From 5cef97976ec3c61988aa358ea633aac4dde9c6fd Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 26 Oct 2022 16:14:50 +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'