File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ jobs:
266266 run : |
267267 ls -lah
268268 - name : Upload coverage to Codecov
269- if : ${{ github.repository == 'milvus-io/milvus' }}
269+ # if: ${{ github.repository == 'milvus-io/milvus' }}
270270 uses : Wandalen/wretry.action
271271 with :
272272 action : codecov/codecov-action@v4
@@ -278,3 +278,4 @@ jobs:
278278 disable_safe_directory: true
279279 attempt_limit : 10
280280 attempt_delay : 30000
281+
Original file line number Diff line number Diff line change 1111# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
1212# or implied. See the License for the specific language governing permissions and limitations under the License.
1313
14+
1415# Exit immediately for non zero status
1516set -e
1617# Print commands
@@ -83,4 +84,4 @@ MILVUS_LABELS2="release=${MILVUS_HELM_RELEASE_NAME}"
8384
8485# Clean up pvc
8586kubectl delete pvc --wait -n " ${MILVUS_HELM_NAMESPACE} " $( kubectl get pvc -n " ${MILVUS_HELM_NAMESPACE} " -l " ${MILVUS_LABELS1} " -o jsonpath=' {range.items[*]}{.metadata.name} ' ) || true
86- kubectl delete pvc --wait -n " ${MILVUS_HELM_NAMESPACE} " $( kubectl get pvc -n " ${MILVUS_HELM_NAMESPACE} " -l " ${MILVUS_LABELS2} " -o jsonpath=' {range.items[*]}{.metadata.name} ' ) || true
87+ kubectl delete pvc --wait -n " ${MILVUS_HELM_NAMESPACE} " $( kubectl get pvc -n " ${MILVUS_HELM_NAMESPACE} " -l " ${MILVUS_LABELS2} " -o jsonpath=' {range.items[*]}{.metadata.name} ' ) || true
You can’t perform that action at this time.
0 commit comments