We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e23f31 commit 39483e7Copy full SHA for 39483e7
build.sh
@@ -2,7 +2,7 @@ PARSER_VERSION=0.18.14
2
# This make command curls the examples for certain repos.
3
# If the rule doesn't exist, the error doesn't interrupt the build process.
4
make examples
5
-BRANCH_NAME=$1
+
6
echo "Printing branch name ${BRANCH_NAME}"
7
8
if [ ! -d "snooty-parser" ]; then
0 commit comments