We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57948bd commit 3525785Copy full SHA for 3525785
packages/google-cloud-logging/.kokoro/environment_tests.sh
@@ -65,7 +65,7 @@ if [[ "${ENVIRONMENT}" == "kubernetes" ]]; then
65
fi
66
67
# create a unique id for this run
68
-UUID=$(python -c 'import uuid; print(uuid.uuid1())' | head -c 7)
+UUID=$(python -c 'import uuid; print(str(uuid.uuid1())[:7])')
69
export ENVCTL_ID=ci-$UUID
70
echo $ENVCTL_ID
71
0 commit comments