Skip to content

Commit

Permalink
telco5g: PULL_BASE_REF default to master
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalk committed Apr 4, 2022
1 parent 625800d commit 960e6db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ fi
echo "************ telco5g gather-pao commands ************"

pao_mg_tag="4.10" # pao must-gather does not have 'latest' tag - setting 4.10 as a workaround for now.
PULL_BASE_REF=${PULL_BASE_REF:-"master"}
if [ ${PULL_BASE_REF} != "master" ]
then
pao_mg_tag=${PULL_BASE_REF##release-}
Expand Down

0 comments on commit 960e6db

Please sign in to comment.