diff --git a/.drone.yml b/.drone.yml index 7bdb674..34e09c8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -69,3 +69,16 @@ steps: # - name: cache # temp: {} # +--- +kind: pipeline +type: docker +name: sheduled + +steps: + - name: check:update + image: alpine + environment: + + commands: + - 'echo "Repository: glenux/service-n8n"' + - 'echo "Git commit: ${DRONE_COMMIT_SHA:0:8}"'