From b9a1c8cb36c521acd2ac87fc7d71a55e222fd92f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20H=C3=A4rter?= Date: Wed, 28 Jun 2023 20:20:01 +0200 Subject: [PATCH] Trial and error pipeline. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 98db023..24c3f66 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: test_commands steps: - name: run_otobo_tests - image: alpine + image: alpine/git commands: - git clone https://github.com/RotherOSS/otobo-docker.git --branch rel-10_1 --single-branch - cp .docker_compose_env_http .env