Check variable in plugin
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-20 15:51:08 +02:00
parent 1a3dec320b
commit 45420fb84e

View File

@@ -3,17 +3,17 @@ kind: pipeline
name: default name: default
steps: steps:
- name: test # - name: test
image: python # image: python
commands: # commands:
# - pip install -r requirements.txt # # - pip install -r requirements.txt
- export POETRY_VERSION=1.2.2 # - export POETRY_VERSION=1.2.2
- export POETRY_HOME=/usr/local/ # - export POETRY_HOME=/usr/local/
- curl -sSL https://install.python-poetry.org | python3 - # - curl -sSL https://install.python-poetry.org | python3 -
- poetry config virtualenvs.create false # - poetry config virtualenvs.create false
- poetry install # - poetry install
- printenv # - printenv
- pytest # - pytest
- name: build - name: build
image: plugins/kaniko image: plugins/kaniko
settings: settings:
@@ -24,6 +24,7 @@ steps:
repo: git.psynet.su/genesis/python-hvac repo: git.psynet.su/genesis/python-hvac
tags: tags:
- latest - latest
- ${DRONE_COMMIT}
--- ---
kind: signature kind: signature