Skip to content

Commit 14b959d

Browse files
committed
Update file paths
1 parent dce7d81 commit 14b959d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ingestion_client.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
3636
- name: Validate ARM Template
3737
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
3939
echo "Generated ARM template does not match the existing main.json. Please update main.json accordingly." >&2
4040
echo "====================main.json"===================="
41-
cat main.json
41+
cat ./samples/ingestion/ingestion-client/infra/main.json
4242
echo "=================================================="
4343
echo
4444
echo "===============generated_main.json"==============="
45-
cat generated_main.json
45+
cat ./samples/ingestion/ingestion-client/infra/generated_main.json
4646
echo "=================================================="
4747
exit 1
4848
fi

0 commit comments

Comments
 (0)