Skip to content

Commit

Permalink
TOOLS-2429 sdcsso EOL (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Jan 29, 2020
1 parent f11298b commit 12dbefc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/releng/ls-missing-release-builds
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ if [[ -z "$targets" ]]; then
# we get the mg label since that's part of the component manta path
# we get the buildisprivate label to find non-public builds
# we get name since that's a component of the jenkins job to launch
targets=$(jr list -H -l mg,release \
-o labels.mg,labels.buildisprivate,name | grep -v ^sdcsso)
targets=$(jr list -H -l mg,release -o labels.mg,labels.buildisprivate,name)
fi

# Ensure mls is setup properly at all.
Expand Down

0 comments on commit 12dbefc

Please sign in to comment.