From 55eab075bf0b0542a2887fb7f9a6d93fc4b49757 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 11 Apr 2020 19:34:55 +0200 Subject: [PATCH] add version output to test step --- .drone.jsonnet | 1 + .drone.yml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 3521feb..3f47cb0 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -9,6 +9,7 @@ local PythonVersion(pyversion='3.5') = { 'pip install -r dev-requirements.txt -qq', 'pip install -qq .', 'git-batch --help', + 'git-batch --version', ], depends_on: [ 'clone', diff --git a/.drone.yml b/.drone.yml index ed2c0b0..e39db5c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,6 +39,7 @@ steps: - pip install -r dev-requirements.txt -qq - pip install -qq . - git-batch --help + - git-batch --version environment: PY_COLORS: 1 depends_on: @@ -51,6 +52,7 @@ steps: - pip install -r dev-requirements.txt -qq - pip install -qq . - git-batch --help + - git-batch --version environment: PY_COLORS: 1 depends_on: @@ -63,6 +65,7 @@ steps: - pip install -r dev-requirements.txt -qq - pip install -qq . - git-batch --help + - git-batch --version environment: PY_COLORS: 1 depends_on: @@ -75,6 +78,7 @@ steps: - pip install -r dev-requirements.txt -qq - pip install -qq . - git-batch --help + - git-batch --version environment: PY_COLORS: 1 depends_on: @@ -402,6 +406,6 @@ depends_on: --- kind: signature -hmac: 8c305e3426a482058f2fe5efda2fefe4228583676cce9f70962456be10fbded9 +hmac: 036a13c26fb62c830f919c9154fe647c70173f088cd8e59e0fc8b133b4cd4359 ...