remove dockerignore

This commit is contained in:
Robert Kaussow 2020-03-07 16:15:47 +01:00
parent 712f7496fb
commit 2969e69b43
3 changed files with 1 additions and 13 deletions

View File

@ -1,4 +0,0 @@
.git
.tox
tox.ini
dist

View File

@ -191,8 +191,6 @@ 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,8 +208,6 @@ 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
@ -263,8 +261,6 @@ 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
@ -318,8 +314,6 @@ 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
@ -496,6 +490,6 @@ depends_on:
---
kind: signature
hmac: 12c29c332de8a551b7f95e87d9d350e6923567cf9be65e88630778c5940555fe
hmac: 7560e4442691c78855f160abc22966652d7e84dc68136e1d8e1f5a402d38cab7
...