From 631ac5a81c68e1f6cdffc773717ecb3a78ab4968 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 26 Oct 2022 16:15:42 +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 0d2da04d..44c6321e 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'