From 712f7496fbd50ee7ab03d9e2be6ed682cc9a6e53 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 7 Mar 2020 16:01:13 +0100 Subject: [PATCH] debug --- .drone.jsonnet | 2 ++ .drone.yml | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 43962fa..89e575e 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -191,6 +191,8 @@ local PipelineBuildContainer(arch='amd64') = { image: 'python:3.7', commands: [ 'python setup.py bdist_wheel', + 'ls -l dist/docker_tidy-*.whl', + 'ls -l dist/', ], }, { diff --git a/.drone.yml b/.drone.yml index 83914f7..d91aace 100644 --- a/.drone.yml +++ b/.drone.yml @@ -208,6 +208,8 @@ steps: image: python:3.7 commands: - python setup.py bdist_wheel + - ls -l dist/docker_tidy-*.whl + - ls -l dist/ - name: dryrun image: plugins/docker:18-linux-amd64 @@ -261,6 +263,8 @@ steps: image: python:3.7 commands: - python setup.py bdist_wheel + - ls -l dist/docker_tidy-*.whl + - ls -l dist/ - name: dryrun image: plugins/docker:18-linux-arm64 @@ -314,6 +318,8 @@ steps: image: python:3.7 commands: - python setup.py bdist_wheel + - ls -l dist/docker_tidy-*.whl + - ls -l dist/ - name: dryrun image: plugins/docker:18-linux-arm @@ -490,6 +496,6 @@ depends_on: --- kind: signature -hmac: 7560e4442691c78855f160abc22966652d7e84dc68136e1d8e1f5a402d38cab7 +hmac: 12c29c332de8a551b7f95e87d9d350e6923567cf9be65e88630778c5940555fe ...