Skip to content

Commit 641dd6c

Browse files
committed
publising to s3 fix
1 parent 26166e7 commit 641dd6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ parameters:
3232
default: ' '
3333

3434
pool:
35-
vmImage: 'ubuntu-22.04'
35+
# we cannot simply bump it to 22.04, because there is a problem (probably) with s3-uploader.sh. Before the next bump
36+
# attempt, make sure that upload-files-to-s3.sh works.
37+
vmImage: 'ubuntu-20.04'
3638

3739
stages:
3840

0 commit comments

Comments
 (0)