From e8a096f3cb8861b61f98e57d07cd47e958a77c27 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Thu, 10 Feb 2022 14:17:38 +0000 Subject: [PATCH] Shouldn't need to set timezone as env var --- .github/workflows/production_pipeline.yml | 4 ---- .github/workflows/staging_pipeline.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/production_pipeline.yml b/.github/workflows/production_pipeline.yml index 8fac47558..c4827e8d5 100644 --- a/.github/workflows/production_pipeline.yml +++ b/.github/workflows/production_pipeline.yml @@ -41,10 +41,6 @@ jobs: DB_USERNAME: postgres DB_PASSWORD: password - # Rails verifies the time zone in DB is the same as the time zone of the Rails app - TZ: "Europe/London" - - steps: - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index dab485e88..a6ddb4361 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -43,10 +43,6 @@ jobs: DB_USERNAME: postgres DB_PASSWORD: password - # Rails verifies the time zone in DB is the same as the time zone of the Rails app - TZ: "Europe/London" - - steps: - name: Checkout uses: actions/checkout@v2