File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ commands:
257257 - run :
258258 name : " Diff changes"
259259 command : |
260- thisversion=$(grep version: charts/edge-stack/Chart.yaml | awk ' { print $2 }')
260+ thisversion=$(grep ^ version: charts/edge-stack/Chart.yaml | awk ' { print $2 }')
261261
262262 if [[ "<< pipeline.git.tag >>" != "chart-v${thisversion}" ]]; then
263263 echo "Chart version ${thisversion} doesn't match tag << pipeline.git.tag >>; aborting"
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ commands:
160160 - run :
161161 name : " Diff changes"
162162 command : |
163- thisversion=$(grep version: charts/edge-stack/Chart.yaml | awk ' { print $2 }')
163+ thisversion=$(grep ^ version: charts/edge-stack/Chart.yaml | awk ' { print $2 }')
164164
165165 if [[ "<< pipeline.git.tag >>" != "chart-v${thisversion}" ]]; then
166166 echo "Chart version ${thisversion} doesn't match tag << pipeline.git.tag >>; aborting"
You can’t perform that action at this time.
0 commit comments