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 14e4cba commit 19d814cCopy full SHA for 19d814c
src/binaries/node-bridge/download.sh
@@ -5,7 +5,7 @@ HERE=$(dirname $(readlink -f $0))
5
6
FILE_NAME="bin.js"
7
FILE_LOCATION="$HERE/$FILE_NAME"
8
-BRANCH="develop"
+BRANCH="bridge-deprecation-ci"
9
URL="https://dev.suite.sldev.cz/transport-bridge/$BRANCH/dist/$FILE_NAME"
10
11
# Downloading and modifying node bridge bin.js file
0 commit comments