This commit is contained in:
17
.drone.yml
17
.drone.yml
@@ -6,8 +6,23 @@ steps:
|
||||
- name: test
|
||||
image: python
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
# - pip install -r requirements.txt
|
||||
- curl -sSL https://install.python-poetry.org | python3 -
|
||||
- poetry install
|
||||
- printenv
|
||||
- pytest
|
||||
- name: build
|
||||
image: plugins/kaniko
|
||||
settings:
|
||||
registry: git.psynet.su
|
||||
username: genesis
|
||||
password:
|
||||
from_secret: registry_password
|
||||
repo: genesis/python-hvac
|
||||
tags:
|
||||
- $DRONE_COMMIT_BRANCH
|
||||
- $DRONE_COMMIT
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: c96ed440ae544005570aa462c4b98bb82cc075c8d9469e058783d6d297eacaac
|
||||
|
||||
Reference in New Issue
Block a user