mirror of
https://github.com/thegeeklab/git-batch.git
synced 2024-11-22 02:50:40 +00:00
chore: remove poetry experimental.new-installer flag (#267)
This commit is contained in:
parent
ff8b9e316b
commit
19a453b0a1
@ -6,7 +6,6 @@ local PythonVersion(pyversion='3.7') = {
|
|||||||
},
|
},
|
||||||
commands: [
|
commands: [
|
||||||
'pip install poetry poetry-dynamic-versioning -qq',
|
'pip install poetry poetry-dynamic-versioning -qq',
|
||||||
'poetry config experimental.new-installer false',
|
|
||||||
'poetry install',
|
'poetry install',
|
||||||
'poetry version',
|
'poetry version',
|
||||||
'poetry run git-batch --help',
|
'poetry run git-batch --help',
|
||||||
@ -33,7 +32,6 @@ local PipelineLint = {
|
|||||||
commands: [
|
commands: [
|
||||||
'git fetch -tq',
|
'git fetch -tq',
|
||||||
'pip install poetry poetry-dynamic-versioning -qq',
|
'pip install poetry poetry-dynamic-versioning -qq',
|
||||||
'poetry config experimental.new-installer false',
|
|
||||||
'poetry install',
|
'poetry install',
|
||||||
'poetry run yapf -dr ./gitbatch',
|
'poetry run yapf -dr ./gitbatch',
|
||||||
],
|
],
|
||||||
@ -47,7 +45,6 @@ local PipelineLint = {
|
|||||||
commands: [
|
commands: [
|
||||||
'git fetch -tq',
|
'git fetch -tq',
|
||||||
'pip install poetry poetry-dynamic-versioning -qq',
|
'pip install poetry poetry-dynamic-versioning -qq',
|
||||||
'poetry config experimental.new-installer false',
|
|
||||||
'poetry install',
|
'poetry install',
|
||||||
'poetry run ruff ./gitbatch',
|
'poetry run ruff ./gitbatch',
|
||||||
],
|
],
|
||||||
|
@ -12,7 +12,6 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- git fetch -tq
|
- git fetch -tq
|
||||||
- pip install poetry poetry-dynamic-versioning -qq
|
- pip install poetry poetry-dynamic-versioning -qq
|
||||||
- poetry config experimental.new-installer false
|
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run yapf -dr ./gitbatch
|
- poetry run yapf -dr ./gitbatch
|
||||||
environment:
|
environment:
|
||||||
@ -23,7 +22,6 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- git fetch -tq
|
- git fetch -tq
|
||||||
- pip install poetry poetry-dynamic-versioning -qq
|
- pip install poetry poetry-dynamic-versioning -qq
|
||||||
- poetry config experimental.new-installer false
|
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run ruff ./gitbatch
|
- poetry run ruff ./gitbatch
|
||||||
environment:
|
environment:
|
||||||
@ -53,7 +51,6 @@ steps:
|
|||||||
image: python:3.7
|
image: python:3.7
|
||||||
commands:
|
commands:
|
||||||
- pip install poetry poetry-dynamic-versioning -qq
|
- pip install poetry poetry-dynamic-versioning -qq
|
||||||
- poetry config experimental.new-installer false
|
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry version
|
- poetry version
|
||||||
- poetry run git-batch --help
|
- poetry run git-batch --help
|
||||||
@ -66,7 +63,6 @@ steps:
|
|||||||
image: python:3.8
|
image: python:3.8
|
||||||
commands:
|
commands:
|
||||||
- pip install poetry poetry-dynamic-versioning -qq
|
- pip install poetry poetry-dynamic-versioning -qq
|
||||||
- poetry config experimental.new-installer false
|
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry version
|
- poetry version
|
||||||
- poetry run git-batch --help
|
- poetry run git-batch --help
|
||||||
@ -79,7 +75,6 @@ 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
|
||||||
- poetry config experimental.new-installer false
|
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry version
|
- poetry version
|
||||||
- poetry run git-batch --help
|
- poetry run git-batch --help
|
||||||
@ -92,7 +87,6 @@ steps:
|
|||||||
image: python:3.10
|
image: python:3.10
|
||||||
commands:
|
commands:
|
||||||
- pip install poetry poetry-dynamic-versioning -qq
|
- pip install poetry poetry-dynamic-versioning -qq
|
||||||
- poetry config experimental.new-installer false
|
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry version
|
- poetry version
|
||||||
- poetry run git-batch --help
|
- poetry run git-batch --help
|
||||||
@ -105,7 +99,6 @@ steps:
|
|||||||
image: python:3.11
|
image: python:3.11
|
||||||
commands:
|
commands:
|
||||||
- pip install poetry poetry-dynamic-versioning -qq
|
- pip install poetry poetry-dynamic-versioning -qq
|
||||||
- poetry config experimental.new-installer false
|
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry version
|
- poetry version
|
||||||
- poetry run git-batch --help
|
- poetry run git-batch --help
|
||||||
@ -344,6 +337,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: d7c9492aeede93b8b58b63f5a8ffcfaf75aea1cf6802ad81c703cda4a44dd88a
|
hmac: 3788e000ef7c4f80a3d97a4b903fe56748673e9eec42f969d629e8f600afdd53
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user