We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bc89e commit fd6aac1Copy full SHA for fd6aac1
1 file changed
eirctl.yaml
@@ -8,7 +8,8 @@ contexts:
8
9
unit:test:
10
container:
11
- name: ghcr.io/devlabfoundry/aws-cli-auth-ci:0.17.2
+ # This container is from './hack/Dockerfile.ci'
12
+ name: ghcr.io/devlabfoundry/aws-cli-auth-ci:0.3.0
13
entrypoint: /usr/bin/env
14
envfile:
15
exclude:
@@ -159,7 +160,7 @@ tasks:
159
160
sonar:coverage:prep:
161
context: bash
162
command:
- - |
163
+ - |
164
sed -i 's|github.com/DevLabFoundry/aws-cli-auth/||g' .coverage/out
165
echo "Coverage file first 20 lines after conversion:"
166
head -20 .coverage/out
0 commit comments