From 4aeca04c658d0fb0708b6fe897c49ebbe0a61403 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 26 Oct 2022 16:16:03 +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'