File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ make examples
66echo " Printing branch name ${BRANCH_NAME} "
77echo " branch using git branch ${BRANCH} "
88
9+ git rev-parse --abbrev-ref HEAD >> TEST_VAL
10+ echo " testing val ${TEST_VAL} "
11+
912if [ ! -d " snooty-parser" ]; then
1013 echo " snooty parser not installed, downloading..."
1114 curl -L -o snooty-parser.zip https://github.com/mongodb/snooty-parser/releases/download/v${PARSER_VERSION} /snooty-v${PARSER_VERSION} -linux_x86_64.zip
1518
1619echo " ======================================================================================================================================================================="
1720echo " ========================================================================== Running parser... =========================================================================="
18- ./snooty-parser/snooty/snooty build . --no-caching --output=./bundle.zip --branch=BRANCH_NAME
21+ ./snooty-parser/snooty/snooty build . --no-caching --output=./bundle.zip --branch=" BRANCH_NAME"
1922echo " ========================================================================== Parser complete ============================================================================"
2023echo " ======================================================================================================================================================================="
2124
You can’t perform that action at this time.
0 commit comments