Daniel Zwicker

Results 6 issues of Daniel Zwicker

Hi, I am usinf fish as default shell. When running `vctl kind` it says everything is ok and `All Docker commands has been aliased to vctl` but thats not true....

For me it looks like in an aggregation build it is only possible to define "global" suppressions, right? But I believe it should be possible to define suppressions on a...

enhancement

I have defined a dependency of type `docker project(':sub')` which builds a docker image in my docker-compose module. When building the docker-compose project i get the following stacktrace: ``` *...

Hi, we use casperjs for our web tests and i have tried to record some basic scripts with resurrectio. But on our web pages nothing was recorded. I started to...

### Description: We have a template which validates and delays perfect using SAM CLI 1.121.0. But after upgrading it fails to validate with the error: ``` [[E0001: Error found when...

type/bug

**Minimal .gitlab-ci.yml illustrating the issue** ```yml --- coverage:report: artifacts: reports: coverage_report: coverage_format: jacoco path: build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml ``` **Observed behavior** ```bash gitlab-ci-local --list Invalid .gitlab-ci.yml configuration! • 'coverage_format' property must be one...