File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,10 +21,11 @@ jobs:
2121 repository : TourmalineCore/to-dos-local-env
2222 ref : feature/add-to-dos-api-cpp-release
2323
24- # We need to make sure that the values-to-dos-api-cpp.yaml.gotmpl file hasn't been modified
24+ # we need to make sure that the values-to-dos-api-cpp.yaml.gotmpl file hasn't been modified
2525 # in the `to-dos-local-env` repository, to ensure that the test runs as expected.
2626 - name : Verify values file checksum
2727 run : |
28+ # the awk command is required to extract the target hash from the output of the sha256sum command
2829 VALUES_HASH=$(sha256sum deploy/values-to-dos-api-cpp.yaml.gotmpl | awk '{ print $1 }')
2930 if [ "$VALUES_HASH" != "88d14f527d1c39d9af93ddbe2f41462f01b523bdc340b4c62cb72c31a4c46d1f" ]; then
3031 echo "ERROR: checksum mismatch"
You can’t perform that action at this time.
0 commit comments