Skip to content

Commit

Permalink
cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 committed Sep 18, 2024
1 parent 7113f8d commit eb8ae9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function runTests(){
MODULE="$1" # Pass the module name (core, manage, discovery)

# Clone firebolt-apis repo if it doesn't already exist
if [ ! -d "firebolt-apis" ]; then
# if [ ! -d "firebolt-apis" ]; then
echo "Clone firebolt-apis repo with PR branch"
PR_BRANCH=$(echo "$EVENT_NAME" | tr '[:upper:]' '[:lower:]')
if [ "${PR_BRANCH}" == "pull_request" ]; then
Expand All @@ -206,9 +206,9 @@ function runTests(){
npm run compile
npm run dist
cd ..
else
echo "firebolt-apis repo already exists. Skipping clone."
fi
# else
# echo "firebolt-apis repo already exists. Skipping clone."
#fi

# Clone mock-firebolt repo if it doesn't already exist
if [ ! -d "mock-firebolt" ]; then
Expand Down

0 comments on commit eb8ae9b

Please sign in to comment.