Skip to content

Commit

Permalink
ensure kube directory exists in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xmik committed May 29, 2020
1 parent 6b40a40 commit 111dd56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ case "${command}" in
echo "DOJO_DOCKER_IMAGE=\"${KUDU_DOCKER_IMAGE_URL}\"" > ./Dojofile.example
echo "DOJO_IDENTITY_OUTER=\"$(pwd)/test/integration/identities/full\"" >> ./Dojofile.example
echo "DOJO_WORK_OUTER=$(pwd)/test/integration/test_dojo_work" >> ./Dojofile.example
echo "DOJO_DOCKER_OPTIONS=-e K8S_ENDPOINT=\"http://my-k8s.example.com:8080\"" >> ./Dojofile.example
echo "DOJO_DOCKER_OPTIONS=-v $(pwd)/test/integration/identities/without-kubeconfig/.kube:/home/dojo/.kube" >> ./Dojofile.example
dojo -c ./Dojofile.example
;;
release)
Expand Down
Empty file.

0 comments on commit 111dd56

Please sign in to comment.