Enabled shellcheck in drone recipe.

This commit is contained in:
tastytea 2019-06-20 16:46:41 +02:00
parent e3830ed8d6
commit a8ba52f834
Signed by untrusted user: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 35 additions and 35 deletions

View File

@ -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