We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c294945 + 40816c2 commit 4ef06f3Copy full SHA for 4ef06f3
datafiles/install.sh
@@ -9,7 +9,7 @@ cd $SKALE_DIR
9
10
rm -rf $SKALE_NODE_DIR
11
12
-if [[ -z $"{SKALE_NODE_SOURCE}" ]]; then
+if [[ -z $SKALE_NODE_SOURCE ]]; then
13
sudo git clone -b $GIT_BRANCH https://$GITHUB_TOKEN\@github.com/skalenetwork/skale-node.git .skale-node
14
else
15
rsync -r $SKALE_NODE_SOURCE/* .skale-node
0 commit comments