Skip to content

Commit

Permalink
Fix e2e script and update version for release (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
prachirp authored Jun 29, 2020
1 parent 073e4ed commit 3a14385
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion functions/ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion functions/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-functions",
"version": "0.0.1",
"version": "0.0.2",
"description": "kpt typescript sdk functions",
"author": "kpt Authors",
"license": "Apache-2.0",
Expand Down
3 changes: 2 additions & 1 deletion tests/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ set -eo pipefail
TAG=${TAG:-dev}
NODOCKER=${NODOCKER:-}
SDK_REPO=https://github.com/GoogleContainerTools/kpt-functions-sdk
CATALOG_REPO=https://github.com/GoogleContainerTools/kpt-functions-catalog
CHARTS_SRC="charts/bitnami"

############################
Expand Down Expand Up @@ -119,7 +120,7 @@ metadata:
spec:
namespace_value: example-ns
EOF
kpt pkg get https://github.com/prachirp/kpt-functions-catalog.git/functions/starlark@set-namespace ./
kpt pkg get $CATALOG_REPO/functions/starlark ./
kpt fn run . --enable-star
assert_contains_string example-configs/gatekeeper.yaml "namespace: example-ns"

Expand Down

0 comments on commit 3a14385

Please sign in to comment.