Remove submodule clone from ci pipeline #38
1 changed files with 0 additions and 6 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -16,12 +16,6 @@ jobs:
|
||||||
token: ${{ secrets.CI_TOKEN }}
|
token: ${{ secrets.CI_TOKEN }}
|
||||||
lfs: false
|
lfs: false
|
||||||
|
|
||||||
- name: Add submodules to nix store to circumvent another nix bug
|
|
||||||
run: |
|
|
||||||
git clone https://git.qo.is/qo.is/infrastructure-private.git /tmp/private
|
|
||||||
cd /tmp/private
|
|
||||||
nix flake prefetch
|
|
||||||
|
|
||||||
- name: Use attic cache
|
- name: Use attic cache
|
||||||
run: nix run .#cache use
|
run: nix run .#cache use
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue