Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
gav
2022-05-08 13:32:03 +07:00
parent ce4c89aa8d
commit fc50d21ab2

View File

@ -2,6 +2,8 @@
kind: pipeline
type: docker
name: default-ssh-pipeline
clone:
disable: true
steps:
- name: greeting
@ -14,19 +16,21 @@ steps:
from_secret: docker_privkey
port: 2200
commands:
- echo hello world
- id
- whoami
- uname -a
- docker ps -a
---
kind: pipeline
type: docker
name: test-secrets-pipeline
# ---
# kind: pipeline
# type: docker
# name: test-secrets-pipeline
steps:
- name: test-secrets
image: alpine
environment:
HOST:
from_secret: docker_host
commands:
- env
# steps:
# - name: test-secrets
# image: alpine
# environment:
# HOST:
# from_secret: docker_host
# commands:
# - env