Skip to content

Commit

Permalink
Fix instructions for tensorflow-notebook release (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankush Agarwal authored and k8s-ci-robot committed Mar 23, 2018
1 parent 6e79ad3 commit b9ef123
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ REPO_NAME=kubeflow
ENV=releasing
ks param set --env=${ENV} workflows namespace kubeflow-releasing
ks param set --env=${ENV} workflows name "${USER}-${JOB_NAME}-${VERSION_TAG}"
ks param set --env=${ENV} workflows prow_env "JOB_NAME=${JOB_NAME},JOB_TYPE=${JOB_TYPE},PULL_BASE_SHA=${PULL_BASE_SHA},REPO_NAME=${REPO_NAME},REPO_OWNER=${REPO_OWNER},BUILD_NUMBER=${BUILD_NUMBER}"
ks param set --env=${ENV} workflows serving_image "gcr.io/kubeflow-images-staging/tf-model-server:${VERSION_TAG}"
ks param set --env=${ENV} workflows versionTag "${VERSION_TAG}"
ks param set --env=${ENV} workflows prow_env \
"JOB_NAME=${JOB_NAME},JOB_TYPE=${JOB_TYPE},PULL_BASE_SHA=${PULL_BASE_SHA},REPO_NAME=${REPO_NAME},REPO_OWNER=${REPO_OWNER},BUILD_NUMBER=${BUILD_NUMBER}"
ks apply ${ENV} -c workflows
```

Expand Down

0 comments on commit b9ef123

Please sign in to comment.