Ramon Bisswanger

Results 5 comments of Ramon Bisswanger

We are seeing the same since 2 days on the `cimg/go:1.18` and `cimg/go:1.19` It's fine for `cimg/go:1.19.1` (which carries git 2.37 still)

@felicianotech : unfortunately I only do see it an an instance internally at the company (should be self-hosted). Also few colleagues internally confirmed the same issue. Could indeed be the...

@kwin , thanks, I can replicate that locally. From the README, rather a `mvn package` might be better than the current `mvn install`. I will have a check when I...

@kwin: this is needed to build the actual UI test image within the Cloud Service Pipeline. So this is indeed needed by Cloud Manager as else the tests won't be...

Addressed in https://github.com/adobe/aem-test-samples/pull/92 I went the "easy" way and used `allowIncompleteProjects` for now. This would still build the archive locally, though I removed an unnecessary dependency. With that, the local...