Skip to content

Commit

Permalink
feat(ci): migrates circleci to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajpiar committed May 1, 2024
1 parent 9405ac5 commit 44218fb
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 200 deletions.
200 changes: 0 additions & 200 deletions .circleci/config.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/mit_bitcoind01_entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
/usr/local/bin/bitcoind -printtoconsole -regtest -debug -server -listen -port=31591 -connect=localhost:31592 -rpcbind=0.0.0.0:32591 -rpcallowip=0.0.0.0/0 -rpcuser=admin -rpcpassword=admin
2 changes: 2 additions & 0 deletions .github/mit_bitcoind02_entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
/usr/local/bin/bitcoind -printtoconsole -regtest -debug -server -listen -port=31592 -connect=localhost:31591 -rpcbind=0.0.0.0:32592 -rpcallowip=0.0.0.0/0 -rpcuser=admin -rpcpassword=admin
Loading

0 comments on commit 44218fb

Please sign in to comment.