From 290227d12c1f431c6d384951861ed6b062ae5707 Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Sat, 11 May 2024 12:19:56 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 294be4a..5671124 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ kind: pipeline name: Ubuntu 22.04 - Unit Test & Code Coverage steps: - - name: run & upload code coverage + - name: run image: ubuntu:22.04 environment: DEBIAN_FRONTEND: noninteractive