Skip to content

Commit

Permalink
removed shell var needed by perfCI as it is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder committed Dec 11, 2023
1 parent 6191779 commit 132cb08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cicd/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ hns="sudo ip netns "
hexist="$vrn$hn"
lxdocker="ghcr.io/loxilb-io/loxilb:latest"
cluster_opts=""
## FIXME - This is needed for perfCI scripts
OSE_LOXILB_SERVERS=${OSE_LOXILB_SERVERS:=1}
var=$(lsb_release -r | cut -f2)
if [[ $var == *"22.04"* ]];then
lxdocker="ghcr.io/loxilb-io/loxilb:latestu22"
Expand Down

0 comments on commit 132cb08

Please sign in to comment.