-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3713291
commit 9a5e2f8
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ jobs: | |
--create-namespace \ | ||
--set image.tag=latest | ||
- name: Verify Helm Installation | ||
- name: Print all resources in scality-object-storage namespace | ||
run: | | ||
kubectl get all -n scality-object-storage | ||
|
@@ -76,7 +76,7 @@ jobs: | |
uses: scality/actions/[email protected] | ||
with: | ||
completion_delay_m: ${{ inputs.debug_delay_duration_minutes }} | ||
continue-on-error: true | ||
# continue-on-error: true | ||
|
||
- name: Cleanup Helm Release and Namespace | ||
run: | | ||
|