Fix missing quote

Change-Id: Id861fd7297e5840c4accd341cc11e8e9fc07d92d
This commit is contained in:
Artur Zarzycki 2017-01-17 10:19:49 +01:00
parent 690d41fec8
commit 4f0ffae47f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export FUEL_DEVOPS_INSTALLATION_DIR=${FUEL_DEVOPS_INSTALLATION_DIR}
export CUSTOM_YAML='hyperkube_image_repo: "${HYPERKUBE_REPO}"
hyperkube_image_tag: "${HYPERKUBE_TAG}"
kube_version: "${HYPERKUBE_VERSION}"
docker_options: "--insecure-registry=${REGISTRY_IP}'
docker_options: "--insecure-registry=${REGISTRY_IP}"'
echo "Running on \${NODE_NAME}: \${ENV_NAME}"
source \${FUEL_DEVOPS_INSTALLATION_DIR}/bin/activate