Compare commits

..

No commits in common. "5336d2620439a0f16d7656dcecbf72122bc1bcd5" and "c785adb4c3f7925adf382863268cd176db4d241e" have entirely different histories.

2 changed files with 9 additions and 30 deletions

View File

@ -1,5 +1,5 @@
kind: pipeline kind: pipeline
name: test name: default
steps: steps:
- name: lint - name: lint
@ -10,32 +10,20 @@ steps:
- isort --check-only --diff . - isort --check-only --diff .
- pylint morss --rcfile=.pylintrc --disable=C,R,W --fail-under=8 - pylint morss --rcfile=.pylintrc --disable=C,R,W --fail-under=8
--- - name: pypi
kind: pipeline
name: python
- name: publish
image: plugins/pypi image: plugins/pypi
settings: settings:
username: username:
from_secret: pypi_user from_secret: pypi_user
password: password:
from_secret: pypi_pwd from_secret: pypi_pwd
when:
branch:
- master
event:
- push
trigger: - name: docker
branch:
- master
event:
- push
depends_on:
- test
---
kind: pipeline
name: docker
- name: publish
image: plugins/docker image: plugins/docker
settings: settings:
username: username:
@ -45,12 +33,3 @@ name: docker
repo: repo:
from_secret: docker_repo from_secret: docker_repo
tags: latest tags: latest
trigger:
branch:
- master
event:
- push
depends_on:
- test

View File

@ -6,7 +6,7 @@ _GNU AGPLv3 code_
_Provided logo is CC BY-NC-SA 4.0_ _Provided logo is CC BY-NC-SA 4.0_
[Homepage](https://morss.it/) • [Homepage](https://morss.it/) •
[Upstream source code](https://git.pictuga.com/pictuga/morss) • [Upstream source code](https://git.pictuga.com/pictuga/morss>) •
[Github mirror](https://github.com/pictuga/morss) (for Issues & Pull requests) [Github mirror](https://github.com/pictuga/morss) (for Issues & Pull requests)
[PyPI](https://pypi.org/project/morss/) • [PyPI](https://pypi.org/project/morss/) •