Skip to content

Commit

Permalink
site ci: set timezone in build-meta step (#79)
Browse files Browse the repository at this point in the history
Change the system timezone in the build-meta step to Europe/Berlin. This
ensures the date of a testing firmware is determined for the correct
timezone Freifunk Darmstadt is located in.

Signed-off-by: David Bauer <[email protected]>
Co-authored-by: Tom Herbers <[email protected]>
  • Loading branch information
blocktrron and herbetom authored Jun 12, 2024
1 parent ee13289 commit 3a97fcb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ jobs:
fetch-tags: true
fetch-depth: 0

- name: Set Timezone
run: sudo timedatectl set-timezone Europe/Berlin

- name: Show current Timezone settings
run: timedatectl status

- name: Fetch upstream tags
# yamllint disable rule:line-length
if: ${{ github.repository != 'freifunk-darmstadt/site-ffda' }}
Expand Down

0 comments on commit 3a97fcb

Please sign in to comment.