Skip to content

Commit

Permalink
en: testnet v25.0.0 hash
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanslwong-crypto-com committed Nov 21, 2024
1 parent 6a55b39 commit f623a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
nix_conf: |
extra-sandbox-paths = /etc/docker/config.json=/home/runner/.docker/config.json
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix build .#testnet
- run: >
nix run github:nix-community/nix-eval-jobs
-- --gc-roots-dir gcroot
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
tag = "nix";
fromImage = base-image-testnet;
inherit copyToRoot;
config.Entrypoint = ["${start external-node-testnet}/bin/start.sh"];
# config.Entrypoint = ["${start external-node-testnet}/bin/start.sh"];
};
});
}

0 comments on commit f623a96

Please sign in to comment.