Skip to content

Commit

Permalink
build: fix for integration:nix CI/CD job
Browse files Browse the repository at this point in the history
Problem was to do with the `nix-build` process not patching the shebangs of the `polykey.js` script. this resulted in it failing to run due to not finding node in it's environment. The fix was to make `src/bin/polykey.js` and  `src/bin/polykey-agent.ts` executable.
  • Loading branch information
tegefaulkes committed Jun 28, 2022
1 parent d60ab44 commit 0bc3af5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 0 deletions.
Empty file modified src/bin/polykey-agent.ts
100644 → 100755
Empty file.
Empty file modified src/bin/polykey.ts
100644 → 100755
Empty file.

0 comments on commit 0bc3af5

Please sign in to comment.