We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4a86a commit 03bf5c3Copy full SHA for 03bf5c3
launcher/src/backend/NodeConnection.js
@@ -254,10 +254,10 @@ export class NodeConnection {
254
`mkdir -p "${this.installationDirectory}/ansible" &&
255
cd "${this.installationDirectory}/ansible" &&
256
git init &&
257
- 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 &&
258
git config core.sparseCheckout true &&
259
echo 'controls' >> .git/info/sparse-checkout &&
260
- git checkout "devnet"`
+ git checkout ${global.branch ? global.branch : commit}`
261
);
262
} catch (err) {
263
log.error("can't install ansible roles", err);
0 commit comments