Skip to content

Commit

Permalink
echoing
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar authored Nov 25, 2024
1 parent f0131ac commit 776d249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ PARSER_VERSION=$4 # version of the parser to download
# make examples - we don't need this for docs-landing, but have it here for when we change repos

# cloning the content repo
echo "Cloning content repo: ${TESTING_REPO_NAME}, ${testing_key}"
echo " this is the ${testing_key}"
echo "Cloning content repo: ${TESTING_REPO_NAME}, ${TESTING_KEY}"
echo " this is the fifth arg $5"
git clone -b ${TESTING_BRANCH_NAME} https://github.com/${TESTING_ORGANIZATION}/${TESTING_REPO_NAME}.git


Expand Down

0 comments on commit 776d249

Please sign in to comment.