This commit is contained in:
Robert Kaussow 2020-03-07 16:01:13 +01:00
parent f2eeb3a11d
commit 712f7496fb
2 changed files with 9 additions and 1 deletions

View File

@ -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/',
],
},
{

View File

@ -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
...