parent
bcf390e8a7
commit
ce82ae16b9
2 changed files with 6 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -18,6 +18,10 @@ jobs:
|
||||||
|
|
||||||
- name: Add submodules to nix store to circumvent another nix bug
|
- name: Add submodules to nix store to circumvent another nix bug
|
||||||
run: |
|
run: |
|
||||||
|
cat /etc/hosts
|
||||||
|
curl -v https://heise.de
|
||||||
|
curl -v https://fh2.ch
|
||||||
|
curl -v https://git.qo.is
|
||||||
git clone https://git.qo.is/qo.is/infrastructure-private.git /tmp/private
|
git clone https://git.qo.is/qo.is/infrastructure-private.git /tmp/private
|
||||||
cd /tmp/private
|
cd /tmp/private
|
||||||
nix flake prefetch
|
nix flake prefetch
|
||||||
|
|
|
@ -110,6 +110,8 @@ with lib;
|
||||||
rpc: files
|
rpc: files
|
||||||
NSSWITCH
|
NSSWITCH
|
||||||
|
|
||||||
|
cp -f ${config.environment.etc.hosts.source} hosts
|
||||||
|
|
||||||
# list the content as it will be imported into the container
|
# list the content as it will be imported into the container
|
||||||
tar -cv . | tar -tvf -
|
tar -cv . | tar -tvf -
|
||||||
tar -cv . | podman import - gitea-runner-nix
|
tar -cv . | podman import - gitea-runner-nix
|
||||||
|
|
Loading…
Add table
Reference in a new issue