Skip to content

Add constantList to stOTTR grammar

Yiyao Chen requested to merge develop into master

There is build failure because:

The CI config file of stOTTR (.gitlab-ci.yml) uses https://orgmode.org/org-9.1.14.zip, which doesn’t exist anymore.

I fixed this by updating the CI config file in the develop branch in spec/mOTTR (mOTTR!5 (merged))

Since the .yml file in spec/stOTTR includes the .yml file from mOTTR’s develop branch, the pipeline should succede after I made the change.

But the pipeline is still running the previous version of that file. Whereas I expect it to look for the updated file.

I found out that I should clear cache for runners by navigating to CI/CD > Pipelines page and clicking on Clear Runner Caches to update the pipeline. Only maintainer and owner roles can do it. Can you try it and run the pipeline again to see if it uses the updated config file? @mgskjaeveland @leifhka

Edited by Yiyao Chen

Merge request reports