File tree Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -60,17 +60,17 @@ jobs:
6060 env :
6161 CACHIX_AUTH_TOKEN : " ${{ secrets.CACHIX_TOKEN_HOLOCHAIN_OPEN_DEV }}"
6262 run : |
63- cachix watch-exec holochain-open-dev -- nix build --no-update-lock-file --accept-flake-config -L .#file_storage_integrity.meta. release
64- cachix push holochain-open-dev $(nix path-info --json --accept-flake-config --no-warn-dirty .#file_storage_integrity.meta. release | jq -r 'keys[0]')
63+ cachix watch-exec holochain-open-dev -- nix build --no-update-lock-file --accept-flake-config -L .#file_storage_integrity.release
64+ cachix push holochain-open-dev $(nix path-info --json --accept-flake-config --no-warn-dirty .#file_storage_integrity.release | jq -r 'keys[0]')
6565
66- cachix watch-exec holochain-open-dev -- nix build --no-update-lock-file --accept-flake-config -L .#file_storage.meta. release
67- cachix push holochain-open-dev $(nix path-info --json --accept-flake-config --no-warn-dirty .#file_storage.meta. release | jq -r 'keys[0]')
66+ cachix watch-exec holochain-open-dev -- nix build --no-update-lock-file --accept-flake-config -L .#file_storage.release
67+ cachix push holochain-open-dev $(nix path-info --json --accept-flake-config --no-warn-dirty .#file_storage.release | jq -r 'keys[0]')
6868
6969 - name : Pin release zomes
7070 if : matrix.os == 'ubuntu-latest' && github.event_name != 'pull_request'
7171 env :
7272 CACHIX_AUTH_TOKEN : " ${{ secrets.CACHIX_TOKEN_HOLOCHAIN_OPEN_DEV }}"
7373 run : |
74- cachix pin holochain-open-dev file_storage_integrity $(nix path-info --json --accept-flake-config --no-warn-dirty .#file_storage_integrity.meta. release | jq -r 'keys[0]')
74+ cachix pin holochain-open-dev file_storage_integrity $(nix path-info --json --accept-flake-config --no-warn-dirty .#file_storage_integrity.release | jq -r 'keys[0]')
7575
76- cachix pin holochain-open-dev file_storage $(nix path-info --json --accept-flake-config --no-warn-dirty .#file_storage.meta. release | jq -r 'keys[0]')
76+ cachix pin holochain-open-dev file_storage $(nix path-info --json --accept-flake-config --no-warn-dirty .#file_storage.release | jq -r 'keys[0]')
You can’t perform that action at this time.
0 commit comments