Commit 3eae888e authored by Wen Wei Li's avatar Wen Wei Li

test customized drone plugin

parent 47099f3c
Pipeline #4707 passed with stage
...@@ -5,7 +5,7 @@ name: default ...@@ -5,7 +5,7 @@ name: default
steps: steps:
- name: show env - name: show env
image: golang image: prlab/drone_plugin
commands: commands:
- echo "DRONE_GIT_HTTP_URL = ${DRONE_GIT_HTTP_URL}" - echo "DRONE_GIT_HTTP_URL = ${DRONE_GIT_HTTP_URL}"
- echo "DRONE_GIT_SSH_URL = ${DRONE_GIT_SSH_URL}" - echo "DRONE_GIT_SSH_URL = ${DRONE_GIT_SSH_URL}"
...@@ -18,7 +18,9 @@ steps: ...@@ -18,7 +18,9 @@ steps:
- echo "DRONE_SEMVER = ${DRONE_SEMVER}" - echo "DRONE_SEMVER = ${DRONE_SEMVER}"
- echo "DRONE_TAG = ${DRONE_TAG}" - echo "DRONE_TAG = ${DRONE_TAG}"
- echo "DRONE_TARGET_BRANCH = ${DRONE_TARGET_BRANCH}" - echo "DRONE_TARGET_BRANCH = ${DRONE_TARGET_BRANCH}"
settings:
host:
- 192.168.0.22
# image: ghcr.io/appleboy/drone-ssh # image: ghcr.io/appleboy/drone-ssh
#settings: #settings:
# host: # host:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment