Skip to content

Commit 88f7f41

Browse files
committed
Updated comment based on review comment
1 parent a3cc10c commit 88f7f41

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
@@ -326,7 +326,7 @@ In order to limit the **OS** to run the builds against the **LTI** Tag, the **LT
326326

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

329-
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.
329+
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.
330330
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`.
331331
For cases where the **LTI** tag `24.0.12` should be limited to **macOS** only, the exclude section can be updated as follows:
332332
```java

0 commit comments

Comments
 (0)