mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 04:00:40 +00:00
debug versioning
This commit is contained in:
parent
1c49bdf679
commit
795c3ae863
@ -127,6 +127,7 @@ local PipelineBuildPackage = {
|
|||||||
image: 'python:3.9',
|
image: 'python:3.9',
|
||||||
commands: [
|
commands: [
|
||||||
'pip install poetry poetry-dynamic-versioning -qq',
|
'pip install poetry poetry-dynamic-versioning -qq',
|
||||||
|
'pip list',
|
||||||
'poetry build',
|
'poetry build',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -156,6 +156,7 @@ steps:
|
|||||||
image: python:3.9
|
image: python:3.9
|
||||||
commands:
|
commands:
|
||||||
- pip install poetry poetry-dynamic-versioning -qq
|
- pip install poetry poetry-dynamic-versioning -qq
|
||||||
|
- pip list
|
||||||
- poetry build
|
- poetry build
|
||||||
|
|
||||||
- name: checksum
|
- name: checksum
|
||||||
@ -652,6 +653,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 75497b938ca5a161c125b510a28ddbf446bfa69bec13203b27af6dd4426f2902
|
hmac: afc5954b922971a587d3b98abc91482e354323940c6342eb2d4d1e4db0caaaf3
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user