Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
sbe-arg committed Sep 27, 2022
1 parent 01b7312 commit b47cbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pre_release="true"
IFS=',' read -ra branch <<< "$release_branches"
for b in "${branch[@]}"; do
# check if ${current_branch} is in ${release_branches} | exact branch match
if [[ "$current_branch" == "$b" ]] || [[ "$current_branch" =~ $b ]]
if [[ "$current_branch" == "$b" ]]
then
pre_release="false"
fi
Expand Down

0 comments on commit b47cbba

Please sign in to comment.