diff --git a/.drone.yml b/.drone.yml index 2243c70..8e129d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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