ci: Fix name
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glenn Y. Rolland 2023-02-14 16:08:10 +01:00
parent 9add10fcf3
commit 6d22fdcd72

View file

@ -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}"'