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
Using the ocaml/opam:debian-testing-opam docker image in a CI, I have jobs where opam depext indicates success via stdout but failure via its exit code.
Success can be shown via "OS packages installation successful" or "All required OS packages found" (depending on the some caching of installed things).
Using the
ocaml/opam:debian-testing-opam
docker image in a CI, I have jobs whereopam depext
indicates success viastdout
but failure via its exit code.https://gitlab.com/nomadic-labs/data-encoding/-/jobs/1963430311
https://gitlab.com/nomadic-labs/data-encoding/-/jobs/1965645560
Success can be shown via "OS packages installation successful" or "All required OS packages found" (depending on the some caching of installed things).
The command that causes the issue is
From https://gitlab.com/gasche/gitlab-ocaml-ci-example/-/blob/main/.gitlab-ci.yml
The command is somewhat outdated but does it explain the discrepancy between the output and the exit code?
The text was updated successfully, but these errors were encountered: