Compare commits
1 commit
8624c4dd56
...
d913e01713
Author | SHA1 | Date | |
---|---|---|---|
d913e01713 |
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -13,9 +13,9 @@ jobs:
|
||||||
- name: Debug
|
- name: Debug
|
||||||
run: |
|
run: |
|
||||||
cat /etc/hosts
|
cat /etc/hosts
|
||||||
curl -v https://heise.de
|
nix run nixpkgs#curl -v https://heise.de
|
||||||
curl -v https://fh2.ch
|
nix run nixpkgs#curl -v https://fh2.ch
|
||||||
curl -v https://git.qo.is
|
nix run nixpkgs#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
|
||||||
|
|
||||||
- name: Initialize CI
|
- name: Initialize CI
|
||||||
|
|
Loading…
Add table
Reference in a new issue