Wrong badge version when pipeline exits cleanly #8

Closed
opened 2022-05-21 23:40:56 +00:00 by therbron · 2 comments
therbron commented 2022-05-21 23:40:56 +00:00 (Migrated from git.halia.dev)

When the CI/CD pipeline succeeds by exciting because the new version is not yet compilable, the badge version still shows the new, non—ready version.

The badge generation needs to be rewritten in order to publish the new version badge only after it has been compiled.
A way to solve this issue is represented by the pseudo-code as follows:

  • Generate previous version badge and load in artifacts
  • Try to compile new version
  • If compilation succeeds, overwrite previously generate artifact
When the CI/CD pipeline succeeds by exciting because the new version is not yet compilable, the badge version still shows the new, non—ready version. The badge generation needs to be rewritten in order to publish the new version badge only after it has been compiled. A way to solve this issue is represented by the pseudo-code as follows: - Generate previous version badge and load in artifacts - Try to compile new version - If compilation succeeds, overwrite previously generate artifact
therbron commented 2022-05-21 23:40:57 +00:00 (Migrated from git.halia.dev)

assigned to @therbron

assigned to @therbron

Not needed anymore, as project has been discontinued.

Not needed anymore, as project has been discontinued.
This repo is archived. You cannot comment on issues.
No description provided.