and again...
This commit is contained in:
@@ -46,7 +46,7 @@ jobs:
|
||||
--password "$HELM_PASSWORD"
|
||||
|
||||
NAME="$(grep '^name:' Chart.yaml | awk '{print $2}')"
|
||||
YAML_VERSION="$(grep '^version:' "$FILE" | awk '{print $2}')"
|
||||
YAML_VERSION="$(grep '^version:' Chart.yaml | awk '{print $2}')"
|
||||
CHART_TGZ="/tmp/${NAME}-${YAML_VERSION}.tgz"
|
||||
if [ ! -f "$CHART_TGZ" ]; then
|
||||
echo "Expected packaged chart not found: $CHART_TGZ"
|
||||
|
||||
Reference in New Issue
Block a user