From 4cb8c860c9bb436b0e948b1531a748d7f8016886 Mon Sep 17 00:00:00 2001 From: Simon Beck Date: Tue, 8 Feb 2022 20:26:14 +0100 Subject: [PATCH] Fix drone --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c7fb744..736f6f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,7 @@ --- kind: pipeline name: bottin +type: kubernetes steps: - name: build @@ -14,7 +15,7 @@ steps: - name: test_bottin image: consul:latest environment: - BOTTIN_DEFAULT_ADMIN_PW: priZ4Cg0x5NkSyiIN/MpvWw4ZEy8f8s1 + BOTTIN_DEFAULT_ADMIN_PW: priZ4Cg0x5NkSyiIN/MpvWw4ZEy8f8s1 commands: - ash test/runner.sh