MON-231 add grep to pipeline image

This commit is contained in:
Quentin Manfroi 2018-06-28 14:47:01 +02:00
parent b06263d743
commit 8362e0e2ed

View File

@ -19,7 +19,7 @@ pipelines:
script: script:
- apk update - apk update
- apk upgrade - apk upgrade
- apk add --no-cache bash git - apk add --no-cache bash git grep
- go get github.com/segmentio/terraform-docs - go get github.com/segmentio/terraform-docs
- ./scripts/update_readme.sh - ./scripts/update_readme.sh
- git status - git status