Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual restore of sub-module required after ioc-template updates #1

Open
gilesknap opened this issue Aug 12, 2024 · 1 comment
Open

Comments

@gilesknap
Copy link
Member

This is because the ioc-template CI commits changes to this repo using
https://github.com/epics-containers/ioc-template/blob/4a13ff058db9212cb5328c19b42c48ab3e7f375f/.github/workflows/_example.yml#L29-L38

This does not honour the sub-module, instead adding it as a folder in the repo.

Current workaround is to clone this repo,

git submodule add https://github.com/epics-containers/ibek-support.git

and push back to main.

Leaving as a manual workaround for now as it's sort of a useful reminder to verify that this example represents what we changed in ioc-template. (plus I don't know how to fix it yet)

@gilesknap
Copy link
Member Author

Last time I did this I had to do instead:

git submodule add --force https://github.com/epics-containers/ibek-support.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant