mirror of
https://github.com/KevinMidboe/delugeClient.git
synced 2026-01-08 10:35:30 +00:00
test step indentation fking with lint
This commit is contained in:
14
.drone.yml
14
.drone.yml
@@ -8,12 +8,12 @@ platform:
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: Build source
|
||||
- name: Build source
|
||||
image: python:3.10
|
||||
commands:
|
||||
- make build
|
||||
|
||||
- name: Install
|
||||
- name: Install
|
||||
image: python:3.10
|
||||
commands:
|
||||
- make dist
|
||||
@@ -36,12 +36,12 @@ platform:
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: Build source
|
||||
- name: Build source
|
||||
image: python:3.10
|
||||
commands:
|
||||
- make build
|
||||
|
||||
- name: Install
|
||||
- name: Install
|
||||
image: python:3.10
|
||||
commands:
|
||||
- make dist
|
||||
@@ -57,14 +57,14 @@ steps:
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: publish package to PyPi
|
||||
name: Publish package to PyPi
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: Test PyPi publish
|
||||
- name: Test PyPi publish
|
||||
image: python:3.10
|
||||
commands:
|
||||
- make dist
|
||||
@@ -72,7 +72,7 @@ steps:
|
||||
- pipenv install twine
|
||||
- pipenv run twine upload --repository delugeClient-kevin dist/*
|
||||
|
||||
- name: Test PyPi publish
|
||||
- name: PyPi publish
|
||||
image: python:3.10
|
||||
commands:
|
||||
- make dist
|
||||
|
||||
Reference in New Issue
Block a user