From 138a6b5fec8e41c6e6acb5e34fc61ed2b4ee179a Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 18 Feb 2020 20:31:27 +0100 Subject: [PATCH] Installs scripts first prints python version. --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 198fd33..fa064ac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,11 +11,13 @@ steps: - name: install-python3.6 image: python:3.6-alpine commands: + - python --version - pip install -r requirements.txt - name: install-python3.8 image: python:3.8-alpine commands: + - python --version - pip install -r requirements.txt trigger: