Update relative paths after change 2464
[it/dep.git] / tools / k8s / bin / deploy-stack.sh
index fd350b6..2cd4f1b 100755 (executable)
@@ -78,10 +78,10 @@ fi
 if [ -z "$WORKSPACE" ]; then
     export WORKSPACE=`git rev-parse --show-toplevel`
 fi
-HEAT_DIR="$WORKSPACE/ric-infra/00-Kubernetes/heat"
-BIN_DIR="$WORKSPACE/ric-infra/00-Kubernetes/bin"
-ETC_DIR="$WORKSPACE/ric-infra/00-Kubernetes/etc"
-ENV_DIR="$WORKSPACE/ric-infra/00-Kubernetes/heat/env"
+HEAT_DIR="$WORKSPACE/tools/k8s/heat"
+BIN_DIR="$WORKSPACE/tools/k8s/bin"
+ETC_DIR="$WORKSPACE/tools/k8s/etc"
+ENV_DIR="$WORKSPACE/tools/k8s/heat/env"
 
 
 cd $BIN_DIR