Compare commits
2 Commits
0f7c56d7eb
...
ceee89f86b
| Author | SHA1 | Date | |
|---|---|---|---|
| ceee89f86b | |||
| 0433c30118 |
@@ -109,4 +109,4 @@ jobs:
|
||||
with:
|
||||
kube_config: ${{ secrets.KUBE_CONFIG }}
|
||||
deployment_name: haven-notify
|
||||
namespace: default
|
||||
namespace: infra
|
||||
|
||||
@@ -437,7 +437,7 @@ archive_staging() {
|
||||
fi
|
||||
if (( rc == 0 )); then
|
||||
return 0
|
||||
elif (( rc == 1 )) && [[ -z "$filtered_output" ]]; then
|
||||
elif (( rc == 1 )); then
|
||||
return 0
|
||||
fi
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user