Compare commits
No commits in common. "0417d41a0fba28ba47cd0fa24813fa72a3575da5" and "9d5f8d910187927e1863475ac92265ba7920889a" have entirely different histories.
0417d41a0f
...
9d5f8d9101
2 changed files with 14 additions and 14 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}"'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM n8nio/n8n:1.78.0
|
||||
FROM n8nio/n8n:1.72.1
|
||||
|
||||
# FROM n8nio/n8n:1.38.2
|
||||
# FROM n8nio/n8n:1.25.0
|
||||
|
|
Loading…
Add table
Reference in a new issue