Infrastructure
Infrastructure copied to clipboard
Out-of-order CI builds
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.