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
Regarding this comment:
In CI we are cloning something from the PR authors org/branch and then here we're trying to pull in the eisop version. I don't think that is correct.
We should do what we do in the createCloneTask in build.gradle: simply pull if the directory already exists.
Can you open a separate PR that reduces the duplication between the demos and template tasks by reusing the createCloneTask (or extracting some of its logic) and then using that here.
Regarding this comment:
In CI we are cloning something from the PR authors org/branch and then here we're trying to pull in the eisop version. I don't think that is correct.
We should do what we do in the
createCloneTask
inbuild.gradle
: simply pull if the directory already exists.Can you open a separate PR that reduces the duplication between the demos and template tasks by reusing the
createCloneTask
(or extracting some of its logic) and then using that here.Originally posted by @wmdietl in #1048 (comment)
The text was updated successfully, but these errors were encountered: