Commit c4e0c80
committed
ci: Specify the image for the CiCheckpoint stage
Without specifying which image to use for the CiCheckpoint stage, Azure
will default to using Ubuntu 16.04. However, Ubuntu 16.04 has been
removed from Azure, so the pipeline stage will end up cancelling itself
with the following error:
##[warning]An image label with the label Ubuntu16 does not exist.
,##[error]The remote provider was unable to process the request.
Pool: Azure Pipelines
Image: Ubuntu16
Explicitly specify the image to use in the CiCheckpoint stage to ensure
the stage doesn't cancel itself.1 parent d712174 commit c4e0c80
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
153 | 155 | | |
154 | 156 | | |
155 | 157 | | |
| |||
0 commit comments