OutpostUniverse / OP2MapImager

Render images of Outpost 2 maps using a Windows based console application.
https://wiki.outpost2.net/doku.php?id=outpost_2:helper_programs:map_imager
1 stars 0 forks source link

Fix CircleCI submodule checkout #38

Closed DanRStevens closed 5 years ago

DanRStevens commented 5 years ago

Previously, it was updating submodules to the most recent version of the branch, rather than using the recorded SHA-1 hash. This made builds unreliable, as they were not always building with the intended submodule version.

This fixes #37.

DanRStevens commented 5 years ago

Note: I based this branch off the first failed master build to ensure it was testing the new CircleCI config on a previously failed build.

This is a CricleCI config change only. As master has been giving build failures on CircleCI, which are now passing, and no other systems should be affected, I'm going to go ahead and merge this right away.