You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a repo with multiple git submodules within. When changes appear in any of that submodule, even if I have submodule_remote: true, the corresponding resource is not updated because of cache existance.
Reproduction steps
create a Git repo with any content in it --> child-repo
create another Git repo with child-repo as a Git submodule --> parent-repo
create a pipeline with a resource on parent-repo
create a job wich make a get on parent-repo (with submodule_remote param)
launch a first time the job
make a change on child-repo
launch the job again
observe that the resource hasn't change ("INFO: found existing resource cache")
...
Expected behavior
At 8th step, I expect that the resource fetch the parent-repo in order to have the latest changes in any of its childs repos.
Describe the bug
I have a repo with multiple git submodules within. When changes appear in any of that submodule, even if I have
submodule_remote: true
, the corresponding resource is not updated because of cache existance.Reproduction steps
child-repo
child-repo
as a Git submodule -->parent-repo
parent-repo
parent-repo
(withsubmodule_remote
param)child-repo
...
Expected behavior
At 8th step, I expect that the resource fetch the
parent-repo
in order to have the latest changes in any of its childs repos.Additional context
parent-repo
child-repo
pipeline.yaml
If I modify the README just before the 2nd launch (6th step), I don't see the changes in the console!
it can also be noted that if I run
fly crc -r my-pipeline/parent-repo
, it does not work either.Concourse version : v7.9.1
The text was updated successfully, but these errors were encountered: