Skip to content

Commit 5e2f934

Browse files
committed
Fix CI for observabilitclient config
1 parent 133ecef commit 5e2f934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/pin-bundle-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ -n "$DOCKERFILE" ]; then
1717
fi
1818

1919
#loop over each openstack-k8s-operators go.mod entry
20-
for MOD_PATH in $(go list -mod=readonly -m -json all | jq -r '. | select(.Path | contains("openstack")) | .Replace // . |.Path' | grep -v openstack-operator | grep -v lib-common); do
20+
for MOD_PATH in $(go list -mod=readonly -m -json all | jq -r '. | select(.Path | contains("openstack")) | .Replace // . |.Path' | grep -v openstack-operator | grep -v lib-common | grep -v telemetry-operator$); do
2121
if [[ "$MOD_PATH" == "./apis" ]]; then
2222
continue
2323
fi

0 commit comments

Comments
 (0)