fix gitea workflow
Some checks failed
Build / build (push) Failing after 2m33s
Some checks failed
Build / build (push) Failing after 2m33s
This commit is contained in:
@@ -18,12 +18,17 @@ jobs:
|
|||||||
- name: Build NixOS configuration (yarn)
|
- name: Build NixOS configuration (yarn)
|
||||||
run: |
|
run: |
|
||||||
nix build .#nixosConfigurations.yarn.config.system.build.toplevel -L
|
nix build .#nixosConfigurations.yarn.config.system.build.toplevel -L
|
||||||
|
|
||||||
|
- name: Record yarn store path for pull-update
|
||||||
|
continue-on-error: true
|
||||||
|
run: |
|
||||||
mkdir -p /var/lib/dotfiles-deploy
|
mkdir -p /var/lib/dotfiles-deploy
|
||||||
readlink -f result > /var/lib/dotfiles-deploy/yarn
|
readlink -f result > /var/lib/dotfiles-deploy/yarn
|
||||||
|
|
||||||
- name: Build NixOS configuration (mreow)
|
- name: Build NixOS configuration (mreow)
|
||||||
run: |
|
run: |
|
||||||
nix build .#nixosConfigurations.mreow.config.system.build.toplevel -L
|
nix build .#nixosConfigurations.mreow.config.system.build.toplevel -L
|
||||||
|
|
||||||
- name: Notify success
|
- name: Notify success
|
||||||
if: success()
|
if: success()
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user