Skip to content

Commit

Permalink
Add shellcheck too
Browse files Browse the repository at this point in the history
  • Loading branch information
toolmantim committed Apr 26, 2018
1 parent e684c00 commit e3c070a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .buildkite/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,23 @@ fi

cat <<YAML
steps:
- label: run bats tests
- label: ":shell: Tests"
plugins:
docker-compose#v1.2.1:
run: tests
- label: ":sparkles: lint"
- label: ":sparkles: Lint"
plugins:
plugin-linter#v1.0.0:
name: ecr
- label: ":shell: Shellcheck"
plugins:
shellcheck#v1.0.0:
files: hooks/**
- wait
- label: check login happens correctly
command: grep 032379705303 ~/.docker/config.json
plugins:
Expand Down

0 comments on commit e3c070a

Please sign in to comment.