File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ make examples
66echo " Printing branch name ${BRANCH_NAME} "
77echo " branch using git branch ${BRANCH} "
88
9- git rev-parse --abbrev-ref HEAD >> TEST_VAL
9+ TEST_VAL= git rev-parse --abbrev-ref HEAD
1010echo " testing val ${TEST_VAL} "
1111
1212if [ ! -d " snooty-parser" ]; then
1818
1919echo " ======================================================================================================================================================================="
2020echo " ========================================================================== Running parser... =========================================================================="
21- ./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} "
2222echo " ========================================================================== Parser complete ============================================================================"
2323echo " ======================================================================================================================================================================="
2424
You can’t perform that action at this time.
0 commit comments