From d9b7a8edb105a75dab35a605fe6c7c030424e0f8 Mon Sep 17 00:00:00 2001 From: Timo N Date: Tue, 28 Jan 2020 09:32:14 +0100 Subject: [PATCH] [CI] Changed tests download url (#3297) --- .drone.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 264468ef..a4409296 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,12 +15,11 @@ steps: pull: default image: timovibritannia/ansible commands: - - wget $TEST_DOWNLOAD_URL --quiet - - unzip -qq mailcow-integration-tests.zip - - rm mailcow-integration-tests.zip + - git clone https://github.com/mailcow/mailcow-integration-tests.git . + - wget -O group_vars/all/secrets.yml $SECRETS_DOWNLOAD_URL --quiet environment: - TEST_DOWNLOAD_URL: - from_secret: TEST_DOWNLOAD_URL + SECRETS_DOWNLOAD_URL: + from_secret: SECRETS_DOWNLOAD_URL when: branch: - master @@ -62,7 +61,7 @@ steps: commands: - chmod +x ci.sh - ./ci.sh - - sleep 60 + - sleep 120 - ansible-playbook mailcow-setup-server.yml --private-key /drone/src/id_ssh_rsa --diff environment: ANSIBLE_HOST_KEY_CHECKING: false @@ -115,6 +114,6 @@ steps: - success --- kind: signature -hmac: d45bd1594ef12eb12b0035eb787d3372a6693825d8dbeb75c339979302b3941c +hmac: 9c4ca886f432d00abeb42bf1c8f86af44fa2b92691f514274e6479b0dc8a0ee5 ...