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
6
6
echo " Printing branch name ${BRANCH_NAME} "
7
7
echo " branch using git branch ${BRANCH} "
8
8
9
+ git rev-parse --abbrev-ref HEAD >> TEST_VAL
10
+ echo " testing val ${TEST_VAL} "
11
+
9
12
if [ ! -d " snooty-parser" ]; then
10
13
echo " snooty parser not installed, downloading..."
11
14
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
15
18
16
19
echo " ======================================================================================================================================================================="
17
20
echo " ========================================================================== 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"
19
22
echo " ========================================================================== Parser complete ============================================================================"
20
23
echo " ======================================================================================================================================================================="
21
24
You can’t perform that action at this time.
0 commit comments