diff --git a/.drone.yml b/.drone.yml index 1272745..c55f987 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,21 +33,21 @@ steps: password: from_secret: docker_password repo: takaoni/tenkan - tags: latest + tags: '1.2' when: branch: - master -- name: deploy_kube - image: takaoni/drone-kube - settings: - template: apps/tenkan.yaml - namespace: gemini - server: - from_secret: kube_server - when: - branch: - - master +# - name: deploy_kube +# image: takaoni/drone-kube +# settings: +# template: apps/tenkan.yaml +# namespace: gemini +# server: +# from_secret: kube_server +# when: +# branch: +# - master host_aliases: - ip: 192.168.0.210 diff --git a/.gitignore b/.gitignore index ff3e6fc..dcfa99e 100644 --- a/.gitignore +++ b/.gitignore @@ -139,3 +139,5 @@ cython_debug/ .chglog/ tests/data/ + +docker/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f249072..1318ae2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: check-added-large-files - id: double-quote-string-fixer - id: fix-encoding-pragma - - id: no-commit-to-branch +# - id: no-commit-to-branch exclude: 'data/tests/' - id: name-tests-test - repo: https://gitlab.com/pycqa/flake8 @@ -53,9 +53,9 @@ repos: entry: pylint --disable=E1101,E0401,C0301,W1514 --ignore=__init__.py --ignore-patterns=(.)*_test\.py,test_(.)*\.py language: system types: [python] - - id: pytest - name: Check pytest unit tests pass - entry: pytest - pass_filenames: false - language: system - types: [python] +# - id: pytest +# name: Check pytest unit tests pass +# entry: pytest +# pass_filenames: false +# language: system +# types: [python]