Skip to content

Commit

Permalink
use builder bot pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar authored Nov 25, 2024
1 parent 776d249 commit d148efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ git clone -b ${TESTING_BRANCH_NAME} https://github.com/${TESTING_ORGANIZATION}/$
# running the parser
if [ ! -d "snooty-parser" ]; then
echo "Snooty parser not installed, downloading parser version $PARSER_VERSION ..."
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
curl -L -o snooty-parser.zip https://${GITHUB_BOT_PWD}@github.com/mongodb/snooty-parser/releases/download/v${PARSER_VERSION}/snooty-v${PARSER_VERSION}-linux_x86_64.zip
unzip -d ./snooty-parser snooty-parser.zip
chmod +x ./snooty-parser/snooty
fi
Expand Down

0 comments on commit d148efd

Please sign in to comment.