Compare commits
2 commits
1984cf9bd3
...
f4fe84075c
Author | SHA1 | Date | |
---|---|---|---|
|
f4fe84075c | ||
|
9b49bd2721 |
2 changed files with 7 additions and 2 deletions
|
@ -2,7 +2,7 @@ name: ds-fr update
|
|||
on:
|
||||
schedule:
|
||||
# Run at 8 o'clock every day
|
||||
- cron: "0 8 * * *"
|
||||
- cron: "26 18 * * *"
|
||||
|
||||
jobs:
|
||||
npins_update:
|
||||
|
@ -17,7 +17,7 @@ jobs:
|
|||
-H "Accept: application/vnd.github+json" \
|
||||
-H "X-GitHub-Api-Version: 2022-11-28" \
|
||||
https://api.github.com/repos/demarches-simplifiees/demarches-simplifiees.fr/releases/latest \
|
||||
| jq '.tag_name')
|
||||
| jq -r '.tag_name')
|
||||
|
||||
# Move to the ds-fr directory
|
||||
cd machines/compute01/ds-fr/package
|
||||
|
|
|
@ -62,6 +62,7 @@ in {
|
|||
pkgs.bash
|
||||
pkgs.colmena
|
||||
pkgs.coreutils
|
||||
pkgs.curl
|
||||
pkgs.findutils
|
||||
pkgs.gawk
|
||||
pkgs.git
|
||||
|
@ -173,6 +174,10 @@ in {
|
|||
rpc: files
|
||||
NSSWITCH
|
||||
|
||||
# Link usr/bin/env
|
||||
mkdir -p usr/bin
|
||||
ln -s /bin/env usr/bin/env
|
||||
|
||||
# list the content as it will be imported into the container
|
||||
tar -cv . | tar -tvf -
|
||||
tar -cv . | podman import - forgejo-runner-nix
|
||||
|
|
Loading…
Add table
Reference in a new issue