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 2d5f7ae commit 56c75a0Copy full SHA for 56c75a0
docs/running-clusterfuzzlite/gitlab.md
@@ -189,7 +189,7 @@ clusterfuzzlite-coverage:
189
rules:
190
- if: $MODE == "coverage"
191
before_script:
192
- - export CFL_CONTAINER_ID=`cut -c9- < /proc/1/cpuset`
+ - export CFL_CONTAINER_ID=`docker ps -q -f "label=com.gitlab.gitlab-runner.job.id=$CI_JOB_ID" -f "label=com.gitlab.gitlab-runner.type=build"`
193
script:
194
- python3 "/opt/oss-fuzz/infra/cifuzz/cifuzz_combined_entrypoint.py"
195
artifacts:
0 commit comments