We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f568e commit f5b34d1Copy full SHA for f5b34d1
.kokoro/environment_tests.sh
@@ -65,7 +65,7 @@ TEST_STATUS_CODE=$?
65
66
# destroy resources
67
echo "cleaning up..."
68
-/workspace/python-logging/tests/environment/envctl/envctl python $ENVIRONMENT destroy
+${PROJECT_ROOT}/tests/environment/envctl/envctl python $ENVIRONMENT destroy
69
70
# exit with proper status code
71
exit $TEST_STATUS_CODE
0 commit comments