Skip to content
  • Jordan Petridіs's avatar
    citemplate: make it so docker builds only run for detached pipelines · c44f415a
    Jordan Petridіs authored and Jordan Petridіs's avatar Jordan Petridіs committed
    Currently, if you have a MR open, there 2 pipelines being
    triggered. One normal, and one detached.
    
    Previously, if you were to rebuild an image, the jobs of the
    docker build stage would be executed concurrently, race
    and end up both rebuilding the image.
    
    Make them manual for normal pipelines to avoid such occurrence
    and waste of resources.
    
    Part-of: <!320>
    c44f415a