Skip to content

Commit

Permalink
Merge pull request kubernetes#6305 from jlowdermilk/remove-unused-vars
Browse files Browse the repository at this point in the history
Remove unused variables from build scripts
  • Loading branch information
zmerlynn committed Apr 1, 2015
2 parents 8078a6a + 45639d9 commit ba22494
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build/push-ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ KUBE_GCS_NO_CACHING=n
KUBE_GCS_MAKE_PUBLIC=y
KUBE_GCS_UPLOAD_RELEASE=y
KUBE_GCS_RELEASE_BUCKET=kubernetes-release
KUBE_GCS_PROJECT=google-containers
KUBE_GCS_RELEASE_PREFIX="ci/${LATEST}"
KUBE_GCS_LATEST_FILE="ci/latest.txt"
KUBE_GCS_LATEST_CONTENTS=${LATEST}
Expand Down
1 change: 0 additions & 1 deletion build/push-official-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ KUBE_GCS_NO_CACHING=n
KUBE_GCS_MAKE_PUBLIC=y
KUBE_GCS_UPLOAD_RELEASE=y
KUBE_GCS_RELEASE_BUCKET=kubernetes-release
KUBE_GCS_PROJECT=google-containers
KUBE_GCS_RELEASE_PREFIX=release/${KUBE_RELEASE_VERSION}
KUBE_GCS_LATEST_FILE="release/latest.txt"
KUBE_GCS_LATEST_CONTENTS=${KUBE_RELEASE_VERSION}
Expand Down

0 comments on commit ba22494

Please sign in to comment.