This commit is contained in:
parent
5ddeb8d362
commit
36f9d78ab3
1 changed files with 13 additions and 13 deletions
26
.drone.yml
26
.drone.yml
|
@ -96,16 +96,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}"'
|
||||
# ---
|
||||
# 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