From 073b3a86f2833bf602c0590180489a9a88dcea0b Mon Sep 17 00:00:00 2001 From: ntimo Date: Wed, 29 Jan 2020 17:16:25 +0100 Subject: [PATCH] [CI] Download latest test release --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a4409296..08fb14a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: pull: default image: timovibritannia/ansible commands: - - git clone https://github.com/mailcow/mailcow-integration-tests.git . + - git clone https://github.com/mailcow/mailcow-integration-tests.git --branch $(curl -sL https://api.github.com/repos/mailcow/mailcow-integration-tests/releases/latest | jq -r '.tag_name') --single-branch . - wget -O group_vars/all/secrets.yml $SECRETS_DOWNLOAD_URL --quiet environment: SECRETS_DOWNLOAD_URL: @@ -114,6 +114,6 @@ steps: - success --- kind: signature -hmac: 9c4ca886f432d00abeb42bf1c8f86af44fa2b92691f514274e6479b0dc8a0ee5 +hmac: d0ded978bd57646ae10307a3e7fd6584658e285929596ad1ee391cf7330d6338 ...