Forgot a ) in bash for automation
All checks were successful
Deploy the Helm Chart / build (push) Successful in 8s
All checks were successful
Deploy the Helm Chart / build (push) Successful in 8s
This commit is contained in:
parent
216e0d0c1e
commit
a0ea6a06fe
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
SEARCH_JSON=$(helm search repo BridgemanAccessible/$CHART_NAME --output json)
|
||||
|
||||
# Parse the JSON to see if our specific chart name exists in the results
|
||||
IS_FOUND=$(echo "$SEARCH_JSON" | jq -r ".[] | select(.name == \"BridgemanAccessible/$CHART_NAME\") | .name"
|
||||
IS_FOUND=$(echo "$SEARCH_JSON" | jq -r ".[] | select(.name == \"BridgemanAccessible/$CHART_NAME\") | .name")
|
||||
|
||||
if [ -n "$IS_FOUND" ]; then
|
||||
# The chart is already in the repository, so we need to check if the version is the same or not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue