Skip to content

Commit 03bf5c3

Browse files
authored
github branch fix (#2134)
* fix: github branch * package.json version increament
1 parent 7e4a86a commit 03bf5c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launcher/src/backend/NodeConnection.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,10 @@ export class NodeConnection {
254254
`mkdir -p "${this.installationDirectory}/ansible" &&
255255
cd "${this.installationDirectory}/ansible" &&
256256
git init &&
257-
git remote add -f ethereum-node https://github.com/gbayasgalan/ethereum-node.git &&
257+
git remote add -f ethereum-node https://github.com/stereum-dev/ethereum-node.git &&
258258
git config core.sparseCheckout true &&
259259
echo 'controls' >> .git/info/sparse-checkout &&
260-
git checkout "devnet"`
260+
git checkout ${global.branch ? global.branch : commit}`
261261
);
262262
} catch (err) {
263263
log.error("can't install ansible roles", err);

0 commit comments

Comments
 (0)