From c56ed9e02ee714ef06cba41c976c663a44216845 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 22 Jan 2020 14:00:01 +0100 Subject: [PATCH] debug --- .drone.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3870160..ba332e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,13 +37,7 @@ steps: - name: ansible-molecule image: xoxys/molecule:latest commands: - - molecule test -scentos7 - environment: - DO_API_KEY: - from_secret: do_api_key - MOLECULE_CUSTOM_FILTERS_REPO: https://gitea.rknet.org/ansible/custom_filters - MOLECULE_CUSTOM_MODULES_REPO: https://gitea.rknet.org/ansible/custom_modules - USER: root + - echo "Skip" trigger: ref: @@ -147,6 +141,6 @@ depends_on: --- kind: signature -hmac: 8932d9e6f7c92d8843e0f762f7a53b16808c41a7812682023842026d68cb19db +hmac: 9a369a8b6095ccb3a8ac4a11a7bf4f1b740c8396c05a4713401e887ebc12ae07 ...