Test kustomize examples against head in prow presubmit.

This commit is contained in:
jregan
2020-05-14 19:44:21 -07:00
parent 84ed659d8c
commit ee2228c5fc
6 changed files with 11 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ curl -s -o "$BASE/#1.yaml" "https://raw.githubusercontent.com\
观察该目录:
<!-- @runTree @testAgainstLatestRelease -->
<!-- @runTree -->
```
tree $DEMO_HOME
```
@@ -210,7 +210,7 @@ EOF
查看目录结构和差异:
<!-- @listFiles @testAgainstLatestRelease -->
<!-- @listFiles -->
```
tree $DEMO_HOME
```

View File

@@ -49,7 +49,7 @@ curl -s -o "$BASE/#1" "$CONTENT/base\
检查这个目录:
<!-- @runTree @testAgainstLatestRelease -->
<!-- @runTree -->
```
tree $DEMO_HOME
```
@@ -185,7 +185,7 @@ curl -s -o "$OVERLAYS/production/#1" "$CONTENT/overlays/production\
查看目录结构和差异:
<!-- @listFiles @testAgainstLatestRelease -->
<!-- @listFiles -->
```
tree $DEMO_HOME
```