Automator: update common-files@master in istio/istio.io@master (#8218)

This commit is contained in:
Istio Automation 2020-09-28 06:20:49 -07:00 committed by GitHub
parent 84cb2189f2
commit d28ec76fac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
80e903ccee6a5260921471e5966cde6bdfc70430
643c554bf4848c8618f70902ee1875ba8ad93b59

View File

@ -66,7 +66,7 @@ if [[ "${IMAGE_NAME:-}" == "" ]]; then
fi
export UID
DOCKER_GID=$(grep '^docker:' /etc/group | cut -f3 -d:)
DOCKER_GID="${DOCKER_GID:-$(grep '^docker:' /etc/group | cut -f3 -d:)}"
export DOCKER_GID
TIMEZONE=$(readlink "$readlink_flags" /etc/localtime | sed -e 's/^.*zoneinfo\///')