Check variable in plugin
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
23
.drone.yml
23
.drone.yml
@@ -3,17 +3,17 @@ kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: python
|
||||
commands:
|
||||
# - pip install -r requirements.txt
|
||||
- export POETRY_VERSION=1.2.2
|
||||
- export POETRY_HOME=/usr/local/
|
||||
- curl -sSL https://install.python-poetry.org | python3 -
|
||||
- poetry config virtualenvs.create false
|
||||
- poetry install
|
||||
- printenv
|
||||
- pytest
|
||||
# - name: test
|
||||
# image: python
|
||||
# commands:
|
||||
# # - pip install -r requirements.txt
|
||||
# - export POETRY_VERSION=1.2.2
|
||||
# - export POETRY_HOME=/usr/local/
|
||||
# - curl -sSL https://install.python-poetry.org | python3 -
|
||||
# - poetry config virtualenvs.create false
|
||||
# - poetry install
|
||||
# - printenv
|
||||
# - pytest
|
||||
- name: build
|
||||
image: plugins/kaniko
|
||||
settings:
|
||||
@@ -24,6 +24,7 @@ steps:
|
||||
repo: git.psynet.su/genesis/python-hvac
|
||||
tags:
|
||||
- latest
|
||||
- ${DRONE_COMMIT}
|
||||
|
||||
---
|
||||
kind: signature
|
||||
|
||||
Reference in New Issue
Block a user