Upgrade circleci ubuntu server image to latest version
CircleCI will deprecate the image we use and we need to upgrade to the latest one. Ticket: https://mattermost.atlassian.net/browse/DOPS-822
Этот коммит содержится в:
@@ -9,7 +9,7 @@ executors:
|
||||
working_directory: ~/mattermost/
|
||||
resource_class: xlarge
|
||||
machine:
|
||||
image: "ubuntu-1604:201903-01"
|
||||
image: "ubuntu-2004:202201-02"
|
||||
environment:
|
||||
COMPOSE_PROJECT_NAME: "circleci"
|
||||
|
||||
@@ -442,7 +442,7 @@ jobs:
|
||||
|
||||
upload-s3-sha:
|
||||
docker:
|
||||
- image: 'circleci/python:2.7'
|
||||
- image: circleci/python:3.6
|
||||
working_directory: ~/mattermost/enterprise
|
||||
steps:
|
||||
- attach_workspace:
|
||||
@@ -458,7 +458,7 @@ jobs:
|
||||
|
||||
upload-s3:
|
||||
docker:
|
||||
- image: 'circleci/python:2.7'
|
||||
- image: circleci/python:3.6
|
||||
working_directory: ~/mattermost/enterprise
|
||||
steps:
|
||||
- attach_workspace:
|
||||
|
||||
Ссылка в новой задаче
Block a user