This commit is contained in:
parent
9add10fcf3
commit
6d22fdcd72
1 changed files with 13 additions and 0 deletions
13
.drone.yml
13
.drone.yml
|
@ -69,3 +69,16 @@ steps:
|
||||||
# - name: cache
|
# - name: cache
|
||||||
# temp: {}
|
# 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}"'
|
||||||
|
|
Loading…
Reference in a new issue