.
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Quentin Ferrand 2022-04-21 16:07:37 +02:00
parent fbe79256fb
commit 44a7c416d3

View file

@ -5,8 +5,7 @@ name: python
steps:
- name: test
#image: python/latest
image: alpine/git
image: python:latest
commands:
- pip install -q --upgrade pre-commit
- pre-commit run --all-files
@ -15,38 +14,44 @@ steps:
# - pylint --disable=E1101,E0401,C0301,W1514,C0114 ./tenkan/
# - pytest ./tests/
- name: publish_pypi
image: plugins/pypi
settings:
username:
from_secret: pypi_username
password:
from_secret: pypi_password
when:
branch:
- master
#- name: publish_pypi
# image: plugins/pypi
# settings:
# username:
# from_secret: pypi_username
# password:
# from_secret: pypi_password
# when:
# branch:
# - master
#
#- name: push_docker
# image: plugins/docker
# settings:
# username:
# from_secret: docker_username
# password:
# from_secret: docker_password
# repo: takaoni/tenkan
# tags: latest
# when:
# branch:
# - master
#
#- name: deploy_kube
# kube:
# image: takaoni/drone-kube
# template: apps/tenkan.yaml
# namespace: gemini
# server:
# from_secret: kube_server
# when:
# branch:
# - master
- name: push_docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: takaoni/tenkan
tags: latest
when:
branch:
- master
- name: deploy_kube
kube:
image: takaoni/drone-kube
template: apps/tenkan.yaml
namespace: gemini
server:
from_secret: kube_server
when:
branch:
- master
host_aliases:
- ip:
from_secret: kube_ip
hostnames:
- git.fqserv.eu