mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-25 05:30:39 +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',
|
image: 'python:3.7',
|
||||||
commands: [
|
commands: [
|
||||||
'python setup.py bdist_wheel',
|
'python setup.py bdist_wheel',
|
||||||
'ls -l dist/docker_tidy-*.whl',
|
|
||||||
'ls -l dist/',
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -208,8 +208,6 @@ steps:
|
|||||||
image: python:3.7
|
image: python:3.7
|
||||||
commands:
|
commands:
|
||||||
- python setup.py bdist_wheel
|
- python setup.py bdist_wheel
|
||||||
- ls -l dist/docker_tidy-*.whl
|
|
||||||
- ls -l dist/
|
|
||||||
|
|
||||||
- name: dryrun
|
- name: dryrun
|
||||||
image: plugins/docker:18-linux-amd64
|
image: plugins/docker:18-linux-amd64
|
||||||
@ -263,8 +261,6 @@ steps:
|
|||||||
image: python:3.7
|
image: python:3.7
|
||||||
commands:
|
commands:
|
||||||
- python setup.py bdist_wheel
|
- python setup.py bdist_wheel
|
||||||
- ls -l dist/docker_tidy-*.whl
|
|
||||||
- ls -l dist/
|
|
||||||
|
|
||||||
- name: dryrun
|
- name: dryrun
|
||||||
image: plugins/docker:18-linux-arm64
|
image: plugins/docker:18-linux-arm64
|
||||||
@ -318,8 +314,6 @@ steps:
|
|||||||
image: python:3.7
|
image: python:3.7
|
||||||
commands:
|
commands:
|
||||||
- python setup.py bdist_wheel
|
- python setup.py bdist_wheel
|
||||||
- ls -l dist/docker_tidy-*.whl
|
|
||||||
- ls -l dist/
|
|
||||||
|
|
||||||
- name: dryrun
|
- name: dryrun
|
||||||
image: plugins/docker:18-linux-arm
|
image: plugins/docker:18-linux-arm
|
||||||
@ -496,6 +490,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 12c29c332de8a551b7f95e87d9d350e6923567cf9be65e88630778c5940555fe
|
hmac: 7560e4442691c78855f160abc22966652d7e84dc68136e1d8e1f5a402d38cab7
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user