test step indentation fking with lint

This commit is contained in:
2022-11-24 22:40:30 +01:00
parent 3fa8c4b18f
commit 30c3e117da

View File

@@ -8,23 +8,23 @@ platform:
arch: amd64
steps:
- name: Build source
image: python:3.10
commands:
- make build
- name: Build source
image: python:3.10
commands:
- make build
- name: Install
image: python:3.10
commands:
- make dist
- pip3 install pipenv
- install dist/delugeClient-kevin-*-py3-none-any.whl
# - pipenv install pytest
- name: Install
image: python:3.10
commands:
- make dist
- pip3 install pipenv
- install dist/delugeClient-kevin-*-py3-none-any.whl
# - pipenv install pytest
# - name: Run tests
# image: python:3.10
# commands:
# pipenv run pytest
# - name: Run tests
# image: python:3.10
# commands:
# pipenv run pytest
---
kind: pipeline
@@ -36,46 +36,46 @@ platform:
arch: arm64
steps:
- name: Build source
image: python:3.10
commands:
- make build
- name: Build source
image: python:3.10
commands:
- make build
- name: Install
image: python:3.10
commands:
- make dist
- pip3 install pipenv
- install dist/delugeClient-kevin-*-py3-none-any.whl
# - pipenv install pytest
- name: Install
image: python:3.10
commands:
- make dist
- pip3 install pipenv
- install dist/delugeClient-kevin-*-py3-none-any.whl
# - pipenv install pytest
# - name: Run tests
# image: python:3.10
# commands:
# pipenv run pytest
# - name: Run tests
# image: python:3.10
# commands:
# pipenv run pytest
---
kind: pipeline
type: docker
name: publish package to PyPi
name: Publish package to PyPi
platform:
os: linux
arch: amd64
steps:
- name: Test PyPi publish
image: python:3.10
commands:
- make dist
- pip3 install pipenv
- pipenv install twine
- pipenv run twine upload --repository delugeClient-kevin dist/*
- name: Test PyPi publish
image: python:3.10
commands:
- make dist
- pip3 install pipenv
- pipenv install twine
- pipenv run twine upload --repository delugeClient-kevin dist/*
- name: Test PyPi publish
image: python:3.10
commands:
- make dist
- pip3 install pipenv
- pipenv install twine
# - pipenv run twine upload dist/*
- name: PyPi publish
image: python:3.10
commands:
- make dist
- pip3 install pipenv
- pipenv install twine
# - pipenv run twine upload dist/*