mirror of
https://schlomp.space/tastytea/hashboot
synced 2024-11-07 15:19:17 +01:00
Enabled shellcheck in drone recipe.
This commit is contained in:
parent
e3830ed8d6
commit
a8ba52f834
70
.drone.yml
70
.drone.yml
@ -1,43 +1,43 @@
|
||||
# kind: pipeline
|
||||
# name: check
|
||||
kind: pipeline
|
||||
name: check
|
||||
|
||||
# volumes:
|
||||
# - name: debian-package-cache
|
||||
# host:
|
||||
# path: /var/cache/debian-package-cache
|
||||
volumes:
|
||||
- name: debian-package-cache
|
||||
host:
|
||||
path: /var/cache/debian-package-cache
|
||||
|
||||
# trigger:
|
||||
# event:
|
||||
# exclude:
|
||||
# - tag
|
||||
trigger:
|
||||
event:
|
||||
exclude:
|
||||
- tag
|
||||
|
||||
# - name: shellcheck
|
||||
# image: debian:stretch-slim
|
||||
# pull: always
|
||||
# commands:
|
||||
# - rm /etc/apt/apt.conf.d/docker-clean
|
||||
# - rm /var/cache/apt/archives/lock
|
||||
# - apt-get update -q
|
||||
# - apt-get install -qy shellcheck
|
||||
# - shellcheck hashboot
|
||||
# volumes:
|
||||
# - name: debian-package-cache
|
||||
# path: /var/cache/apt/archives
|
||||
- name: shellcheck
|
||||
image: debian:stretch-slim
|
||||
pull: always
|
||||
commands:
|
||||
- rm /etc/apt/apt.conf.d/docker-clean
|
||||
- rm /var/cache/apt/archives/lock
|
||||
- apt-get update -q
|
||||
- apt-get install -qy shellcheck
|
||||
- shellcheck hashboot
|
||||
volumes:
|
||||
- name: debian-package-cache
|
||||
path: /var/cache/apt/archives
|
||||
|
||||
# - name: notify
|
||||
# image: drillster/drone-email
|
||||
# pull: always
|
||||
# settings:
|
||||
# host: cryptoparty-celle.de
|
||||
# from: drone@tzend.de
|
||||
# username:
|
||||
# from_secret: email_username
|
||||
# password:
|
||||
# from_secret: email_password
|
||||
# when:
|
||||
# status: [ changed, failure ]
|
||||
- name: notify
|
||||
image: drillster/drone-email
|
||||
pull: always
|
||||
settings:
|
||||
host: cryptoparty-celle.de
|
||||
from: drone@tzend.de
|
||||
username:
|
||||
from_secret: email_username
|
||||
password:
|
||||
from_secret: email_password
|
||||
when:
|
||||
status: [ changed, failure ]
|
||||
|
||||
# ---
|
||||
---
|
||||
|
||||
kind: pipeline
|
||||
name: release
|
||||
|
Loading…
Reference in New Issue
Block a user