Sprinterfreak
3ea2edb740
All checks were successful
continuous-integration/drone/push Build is passing
22 lines
428 B
YAML
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
|