From fc50d21ab2c12ab80829fca20401e88bc13d9847 Mon Sep 17 00:00:00 2001 From: gav Date: Sun, 8 May 2022 13:32:03 +0700 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) 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