File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ commands:
257
257
- run :
258
258
name : " Diff changes"
259
259
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 }')
261
261
262
262
if [[ "<< pipeline.git.tag >>" != "chart-v${thisversion}" ]]; then
263
263
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:
160
160
- run :
161
161
name : " Diff changes"
162
162
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 }')
164
164
165
165
if [[ "<< pipeline.git.tag >>" != "chart-v${thisversion}" ]]; then
166
166
echo "Chart version ${thisversion} doesn't match tag << pipeline.git.tag >>; aborting"
You can’t perform that action at this time.
0 commit comments