Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kbhawkey committed Mar 31, 2019
1 parent 237c54f commit 927b497
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/transformerconfigs/images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,20 +109,20 @@ echo $?

<!-- @build @test -->
```
test 2 == \
test 1 == \
$(kustomize build $DEMO_HOME | grep -A 2 ".*image" | grep "new-app-1:MYNEWTAG-1" | wc -l); \
echo $?
```

<!-- @build @test -->
```
test 3 == \
test 1 == \
$(kustomize build $DEMO_HOME | grep -A 2 ".*image" | grep "my-docker2@sha" | wc -l); \
echo $?
```
<!-- @build @test -->
```
test 4 == \
test 1 == \
$(kustomize build $DEMO_HOME | grep -A 2 ".*image" | grep "prod-mysql:v3" | wc -l); \
echo $?
```

0 comments on commit 927b497

Please sign in to comment.