From 8362e0e2ed7f32f35ec9a0a757ca9d30a5873b86 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Thu, 28 Jun 2018 14:47:01 +0200 Subject: [PATCH] MON-231 add grep to pipeline image --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 3066a44..e10659f 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -19,7 +19,7 @@ pipelines: script: - apk update - apk upgrade - - apk add --no-cache bash git + - apk add --no-cache bash git grep - go get github.com/segmentio/terraform-docs - ./scripts/update_readme.sh - git status