Skip to content

Commit

Permalink
github branch fix (#2134)
Browse files Browse the repository at this point in the history
* fix: github branch

* package.json version increament
  • Loading branch information
gbayasgalan authored Dec 4, 2024
1 parent 7e4a86a commit 03bf5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launcher/src/backend/NodeConnection.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ export class NodeConnection {
`mkdir -p "${this.installationDirectory}/ansible" &&
cd "${this.installationDirectory}/ansible" &&
git init &&
git remote add -f ethereum-node https://github.com/gbayasgalan/ethereum-node.git &&
git remote add -f ethereum-node https://github.com/stereum-dev/ethereum-node.git &&
git config core.sparseCheckout true &&
echo 'controls' >> .git/info/sparse-checkout &&
git checkout "devnet"`
git checkout ${global.branch ? global.branch : commit}`
);
} catch (err) {
log.error("can't install ansible roles", err);
Expand Down

0 comments on commit 03bf5c3

Please sign in to comment.