Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: prevent parallel builds from causing conflicts #1900

Merged
merged 2 commits into from
Mar 3, 2021

Commits on Mar 2, 2021

  1. ci: prevent parallel builds from causing conflicts

    When the container image needs to be rebuild, two parallel jobs will try
    to attempt that. With recent versions of Podman, this now fails.
    
    When the image needs to be rebuild, do so in the stage where it would
    otherwise get pulled. This makes sure the image gets build only once.
    
    Signed-off-by: Niels de Vos <[email protected]>
    nixpanic committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    317d911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5d817a View commit details
    Browse the repository at this point in the history