Skip to content

Commit

Permalink
Merge pull request #1 from maruina/pin-kapitan
Browse files Browse the repository at this point in the history
Pin to specific kapitan version
  • Loading branch information
muffix authored Feb 17, 2020
2 parents 00f2f60 + 10bf67e commit d0faf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/kapitan-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -e

docker run -t --rm -v $(pwd):/src:delegated deepmind/kapitan compile
docker run -t --rm -v "$(pwd)":/src:delegated deepmind/kapitan:0.26.1 compile

0 comments on commit d0faf6c

Please sign in to comment.