File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ jobs:
35
35
36
36
- name : Validate ARM Template
37
37
run : |
38
- if ! cmp -s ./samples/ingestion/ingestion-client/infra/main.json ./samples/ingestion/ingestion-client/infra/generated_main.json; then
38
+ if ! cmp ./samples/ingestion/ingestion-client/infra/main.json ./samples/ingestion/ingestion-client/infra/generated_main.json; then
39
39
echo "Generated ARM template does not match the existing main.json. Please update main.json accordingly." >&2
40
40
echo "====================main.json"===================="
41
- cat main.json
41
+ cat ./samples/ingestion/ingestion-client/infra/ main.json
42
42
echo "=================================================="
43
43
echo
44
44
echo "===============generated_main.json"==============="
45
- cat generated_main.json
45
+ cat ./samples/ingestion/ingestion-client/infra/ generated_main.json
46
46
echo "=================================================="
47
47
exit 1
48
48
fi
You can’t perform that action at this time.
0 commit comments