|
@@ -1,8 +1,10 @@
|
|
#!/bin/bash
|
|
#!/bin/bash
|
|
set -e
|
|
set -e
|
|
|
|
|
|
-# subshell so that we can export PATH without breaking other things
|
|
|
|
|
|
+# subshell so that we can export PATH and TZ without breaking other things
|
|
(
|
|
(
|
|
|
|
+ export TZ=UTC # make sure our "date" variables are UTC-based
|
|
|
|
+
|
|
source "$(dirname "$BASH_SOURCE")/.integration-daemon-start"
|
|
source "$(dirname "$BASH_SOURCE")/.integration-daemon-start"
|
|
|
|
|
|
# TODO consider using frozen images for the dockercore/builder-rpm tags
|
|
# TODO consider using frozen images for the dockercore/builder-rpm tags
|