Skip to content

Commit f5b756c

Browse files
committed
fix: Adjust message with neat explanation
1 parent 73f7dd8 commit f5b756c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/k8s-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ jobs:
9797
if: failure() || cancelled()
9898
run: |
9999
kubectl -n "opencrvs-${ENV}" get secrets -l owner=helm,status=pending-install \
100-
-o name | xargs kubectl -n "opencrvs-${ENV}" delete
100+
-o name | xargs kubectl -n "opencrvs-${ENV}" delete || \
101+
echo "No helm locks found, all is good"
101102
102103
reset-data:
103104
if: ${{ inputs.reset }}

0 commit comments

Comments
 (0)