We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
StanHeaders
develop
1 parent 951683d commit be4a2c2Copy full SHA for be4a2c2
sh_b.sh
@@ -3,7 +3,7 @@
3
red='\033[0;31m'
4
NC='\033[0m' # no color
5
6
-STAN_REPO_BRANCH=StanHeaders_2.26
+STAN_REPO_BRANCH=develop
7
grepstanbranch=`git ls-remote --heads https://github.com/stan-dev/stan.git | grep "/${STAN_REPO_BRANCH}"`
8
if [ -z "$grepstanbranch" ]; then
9
echo -e "${red}ERROR:${NC} stan repo does not have {STAN_REPO_BRANCH}"
0 commit comments