mibs-downloader/.drone.yml

22 lines
428 B
YAML

---
kind: pipeline
typo: docker
steps:
- name: shellcheck
image: koalaman/shellcheck-alpine:latest
commands:
- grep -rl '^#!/.*sh' * | xargs -n1 shellcheck
- name: deploy
image: debian:buster
environment:
DEBIAN_FRONTEND: noninteractive
commands:
- apt-get -qq update && apt-get install -yf wget
- bash mib-downloader.sh PowerNet-MIB
- bash mib-downloader.sh IDRAC-MIB