mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-20 21:50:51 +01:00
These tests somehow depend on the system timezone. While we try and make them reproducible, they'll have to be disabled in prod since they prevent the image from building.
7 lines
222 B
Bash
Executable File
7 lines
222 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
guix time-machine -C channels-lock.scm -- build -L . -L ./patches -f guix.scm
|
|
|
|
guix time-machine -C channels-lock.scm -- system docker-image -L . -L ./patches --root=docker-image.tar.gz docker/image.scm
|