Commit 04f4477
authored
ci: use diff command for QA URL comments BM-1461 (#1441)
### Motivation
When a user modifies tilesets via a pull request, our `build.yml`
workflow automatically generates a pull request comment containing QA
URLs for the affected tilesets. This allows reviewers to easily examine
the imagery.
At the moment, our QA URLs are broken for tilesets that describe
pipelines. Such as our **`elevation`** tileset.
Currently, our `import` command produces the QA URL comments. In this
[pull request], we introduce a new `diff` command, which fixes the QA
URL issues.
[pull request]: linz/basemaps#3555
### Note
We still need the `import` command for handling the DynamoDB operations.
We need only switch over to the `diff` command for the QA URL comments.
### Modifications
- **.github/workflows/build.yml**
- Updated the **`Compare to Production`** step to use the new `diff` CLI
command.
### Verification
See this comment
[here](#1441 (comment)).1 parent f60a6af commit 04f4477
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments