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 9180bed commit e194e7dCopy full SHA for e194e7d
assets/runtime/env-defaults
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
3
+# CONTAINER
4
DEBUG=${DEBUG:-$DEBUG_ENTRYPOINT}
5
+TIMEZONE=${TZ:-UTC}
6
7
## GITLAB CORE
8
GITLAB_TEMP_DIR="${GITLAB_DATA_DIR}/tmp"
assets/runtime/functions
@@ -1562,8 +1562,6 @@ EOF
1562
}
1563
1564
configure_container_timezone() {
1565
- TIMEZONE=${TZ:-UTC}
1566
-
1567
# Preform sanity check of provided timezone value
1568
if [ -e /usr/share/zoneinfo/${TIMEZONE} ]; then
1569
# Configured timezone is available
0 commit comments