We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95d3a2e + 8e38b59 commit 5765871Copy full SHA for 5765871
1 file changed
tests/bin/test-setup.sh
@@ -85,6 +85,9 @@ ssh-add -D || eval $(ssh-agent) && ssh-add -D
85
ssh-add ~/.ssh/$DEIS_TEST_AUTH_KEY
86
ssh-add $DEIS_TEST_SSH_KEY
87
88
+# clear the drink of choice in case the user has set it
89
+unset DEIS_DRINK_OF_CHOICE
90
+
91
# wipe out all vagrants & deis virtualboxen
92
function cleanup {
93
if [ "$SKIP_CLEANUP" != true ]; then
0 commit comments