mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-01-28 16:20:10 +01:00
3874acf247
* Update beautifulsoup4 to 4.11. * Update docker image. * Add type annotations. * Publish where you can and notify errors. * Add tests for partial publishing.
7 lines
262 B
Bash
Executable File
7 lines
262 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
guix time-machine -C channels-lock.scm -- build -f guix.scm
|
|
|
|
guix time-machine -C channels-lock.scm -- pack -L . -f docker -S /opt/bin=bin --save-provenance --root=docker-image.tar.gz --entry-point=bin/scheduler.py mobilizon-reshare-scheduler
|