Infrastructure icon indicating copy to clipboard operation
Infrastructure copied to clipboard

Out-of-order CI builds

Open farski opened this issue 4 years ago • 1 comments

It's possible for two builds of the default (main) branch of a repo to be running at the same time, and have the older build (i.e., older code) finish second, which means the newer code artifact (e.g., Docker image) would be replaced by an artifact resulting from older code. In other words, to CD, the older code would look newer, and get deployed instead.

farski avatar Nov 02 '20 20:11 farski