Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88e13d1d4b | ||
|
|
75e888806f | ||
|
|
ceee89f86b | ||
|
|
0433c30118 |
@@ -109,4 +109,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
kube_config: ${{ secrets.KUBE_CONFIG }}
|
kube_config: ${{ secrets.KUBE_CONFIG }}
|
||||||
deployment_name: haven-notify
|
deployment_name: haven-notify
|
||||||
namespace: default
|
namespace: infra
|
||||||
|
|||||||
Regular → Executable
@@ -437,7 +437,7 @@ archive_staging() {
|
|||||||
fi
|
fi
|
||||||
if (( rc == 0 )); then
|
if (( rc == 0 )); then
|
||||||
return 0
|
return 0
|
||||||
elif (( rc == 1 )) && [[ -z "$filtered_output" ]]; then
|
elif (( rc == 1 )); then
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user