File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ 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
9
+ TEST_VAL= git rev-parse --abbrev-ref HEAD
10
10
echo " testing val ${TEST_VAL} "
11
11
12
12
if [ ! -d " snooty-parser" ]; then
18
18
19
19
echo " ======================================================================================================================================================================="
20
20
echo " ========================================================================== 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} "
22
22
echo " ========================================================================== Parser complete ============================================================================"
23
23
echo " ======================================================================================================================================================================="
24
24
You can’t perform that action at this time.
0 commit comments