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 71c1dc6 commit 541bf32Copy full SHA for 541bf32
channel-transport-particles/particles-mercurydpm/setup-mercurydpm.sh
@@ -4,7 +4,7 @@ set -euo pipefail
4
# ---- Config (you can override via env vars) ----
5
REPO_HTTPS_DEFAULT="https://bitbucket.org/davidscn/mercurydpm.git"
6
REPO_URL="${REPO_URL:-$REPO_HTTPS_DEFAULT}" # or git@bitbucket.org:davidscn/mercurydpm.git
7
-BRANCH="${BRANCH:-channel-transport-tutorial}"
+BRANCH="${BRANCH:-channel-bidirectional}"
8
SRC_DIR="${SRC_DIR:-$PWD/mercurydpm}"
9
BUILD_DIR="${BUILD_DIR:-$SRC_DIR/build}"
10
0 commit comments