difftreelog
Merge pull request #499 from UniqueNetwork/CI-40-int-test-parachain-mode-v1
in: master
Add timezone configuration step
2 files changed
.docker/Dockerfile-parachaindiffbeforeafterboth--- a/.docker/Dockerfile-parachain
+++ b/.docker/Dockerfile-parachain
@@ -7,7 +7,8 @@
ENV RUST_TOOLCHAIN $RUST_TOOLCHAIN
ENV CARGO_HOME="/cargo-home"
ENV PATH="/cargo-home/bin:$PATH"
-
+ENV TZ=UTC
+RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get update && \
apt-get install -y curl cmake pkg-config libssl-dev git clang && \
.github/workflows/node_build_test.ymldiffbeforeafterboth32 matrix:32 matrix:33 include:33 include:34 - network: "Opal"34 - network: "Opal"35 features: " "35 features: "opal-runtime"36 - network: "Quartz"36 - network: "Quartz"37 features: "--features=quartz-runtime"37 features: "quartz-runtime"38 - network: "Unique"38 - network: "Unique"39 features: "--features=unique-runtime"39 features: "unique-runtime"404041 steps:41 steps:42 - name: Skip if pull request is in Draft42 - name: Skip if pull request is in Draft