Skip to content

Commit

Permalink
adefrasdfg
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
  • Loading branch information
ANeumann82 committed Jun 2, 2020
1 parent 6d1663e commit 6345c7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ source "${project_directory}/metadata.sh"

if [[ -n ${IMAGE_DISAMBIGUATION_SUFFIX:-} ]]; then
# Refresh templated files to pick up the suffix, if explicitly set.
"${project_directory}/tools/docker.sh" "${project_directory}/tools/compile_templates.sh"
"${project_directory}/tools/docker.sh" \
env "IMAGE_DISAMBIGUATION_SUFFIX=${IMAGE_DISAMBIGUATION_SUFFIX}" \
"${project_directory}/tools/compile_templates.sh"
fi

readonly kubeconfig="${KUBECONFIG:-${HOME}/.kube/config}"
Expand Down

0 comments on commit 6345c7d

Please sign in to comment.