Skip to content

Commit

Permalink
import util.sh and logging.sh since two functions are unbound
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedanese committed Dec 9, 2015
1 parent e264db4 commit 96d1b8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cluster/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..

DEFAULT_KUBECONFIG="${HOME}/.kube/config"

source "${KUBE_ROOT}/hack/lib/util.sh"
source "${KUBE_ROOT}/hack/lib/logging.sh"
# KUBE_RELEASE_VERSION_REGEX matches things like "v1.2.3" or "v1.2.3-alpha.4"
#
# NOTE This must match the version_regex in build/common.sh
Expand Down

3 comments on commit 96d1b8d

@k8s-teamcity-mesosphere

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity OSS :: Kubernetes Mesos :: 4 - Smoke Tests Build 8876 outcome was SUCCESS
Summary: Tests passed: 1, ignored: 205 Build time: 00:04:11

@maxmanuylov
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no "hack" folder in release artifact so kube-up.sh will not work.

@mikedanese
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maxmanuylov Thanks for the heads up! I'll send a fix.

Please sign in to comment.