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.
1 parent c294945 commit 40816c2Copy full SHA for 40816c2
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