mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-21 19:50:40 +00:00
remove dockerignore
This commit is contained in:
parent
712f7496fb
commit
2969e69b43
@ -1,4 +0,0 @@
|
||||
.git
|
||||
.tox
|
||||
tox.ini
|
||||
dist
|
@ -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/',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -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
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user