Skip to content

Commit 90eeb39

Browse files
committed
Updated comment based on review comment
1 parent 387efa0 commit 90eeb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/LSP4IJ-Continuous-Integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ In order to limit the **OS** to run the builds against the **LTI** Tag, the **LT
317317

318318
![specify LTI tag to limit os](images/specify-LTI-tag-to-limit-os.png)
319319

320-
There is no need to update the code each time. That means, If we remove `24.0.9` from the **LTI** tags in the **cronJob.yaml** file, there is no need to modify anything in the **build.yaml** file. The variable `excludeLTITag` will calculate its value and will return `false` always since it not there in **LTI** tag. This ensures it works as expected for both **normal** and **cron job** builds.
320+
There is no need to update the code each time. That means, If we remove `24.0.9` from the **LTI** tags in the **cronJob.yaml** file, there is no need to modify anything in the **build.yaml** file. The variable `excludeLTITag` will calculate its value and will return `false` always since it is not there in **LTI** tag. This ensures it works as expected for both **normal** and **cron job** builds.
321321
In the future, if there is a need to limit the LTI tag `24.0.12` to Linux only, the only change required in the **build.yaml** file is to update `24.0.9` to `24.0.12`.
322322
For cases where the **LTI** tag `24.0.12` should be limited to **macOS** only, the exclude section can be updated as follows:
323323
```java

0 commit comments

Comments
 (0)