Skip to content

Commit

Permalink
Update utils.sh
Browse files Browse the repository at this point in the history
Removed duplicate function
  • Loading branch information
kdivya153 authored Oct 18, 2024
1 parent 251e246 commit 8608847
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/utils.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
#!/bin/bash
set -o pipefail


# Function to check if a branch exists in the remote repository
function branch_exists() {
local branch=$1
git ls-remote --heads https://github.com/rdkcentral/firebolt-apis.git "$branch" | grep -q "$branch"
}

FIREBOLT_VERSION=1.0.0-next.0
current_apis_dir=$(pwd)

Expand Down

0 comments on commit 8608847

Please sign in to comment.