mirror of
https://schlomp.space/tastytea/hashboot
synced 2024-11-16 14:37:06 +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
|
kind: pipeline
|
||||||
# name: check
|
name: check
|
||||||
|
|
||||||
# volumes:
|
volumes:
|
||||||
# - name: debian-package-cache
|
- name: debian-package-cache
|
||||||
# host:
|
host:
|
||||||
# path: /var/cache/debian-package-cache
|
path: /var/cache/debian-package-cache
|
||||||
|
|
||||||
# trigger:
|
trigger:
|
||||||
# event:
|
event:
|
||||||
# exclude:
|
exclude:
|
||||||
# - tag
|
- tag
|
||||||
|
|
||||||
# - name: shellcheck
|
- name: shellcheck
|
||||||
# image: debian:stretch-slim
|
image: debian:stretch-slim
|
||||||
# pull: always
|
pull: always
|
||||||
# commands:
|
commands:
|
||||||
# - rm /etc/apt/apt.conf.d/docker-clean
|
- rm /etc/apt/apt.conf.d/docker-clean
|
||||||
# - rm /var/cache/apt/archives/lock
|
- rm /var/cache/apt/archives/lock
|
||||||
# - apt-get update -q
|
- apt-get update -q
|
||||||
# - apt-get install -qy shellcheck
|
- apt-get install -qy shellcheck
|
||||||
# - shellcheck hashboot
|
- shellcheck hashboot
|
||||||
# volumes:
|
volumes:
|
||||||
# - name: debian-package-cache
|
- name: debian-package-cache
|
||||||
# path: /var/cache/apt/archives
|
path: /var/cache/apt/archives
|
||||||
|
|
||||||
# - name: notify
|
- name: notify
|
||||||
# image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
# pull: always
|
pull: always
|
||||||
# settings:
|
settings:
|
||||||
# host: cryptoparty-celle.de
|
host: cryptoparty-celle.de
|
||||||
# from: drone@tzend.de
|
from: drone@tzend.de
|
||||||
# username:
|
username:
|
||||||
# from_secret: email_username
|
from_secret: email_username
|
||||||
# password:
|
password:
|
||||||
# from_secret: email_password
|
from_secret: email_password
|
||||||
# when:
|
when:
|
||||||
# status: [ changed, failure ]
|
status: [ changed, failure ]
|
||||||
|
|
||||||
# ---
|
---
|
||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: release
|
name: release
|
||||||
|
Loading…
Reference in New Issue
Block a user