Skip to content

Don't unpin upstream refspec for dev images

This MR supersedes !133 (closed)

On the release branch, we want to test with upstream SHAs pinned. However, all testing is done with dev images, and dev images are built with SHAs unpinned.

Don't unpin the SHAs for dev images so release candidates can be tested. For master/dev branches the upstream SHAs should not have been pinned (in cassini-release.yml) so this should have no effect.

Signed-off-by: Adam Johnston adam.johnston@linaro.org

Edited by Adam Johnston

Merge request reports