Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Remove sudo: required as it is deprecated. #485

Merged
merged 1 commit into from
Jul 21, 2020

Conversation

Francois-D
Copy link
Contributor

Summary

Remove 'sudo: required' as it is now deprecated per the documentation:

https://changelog.travis-ci.com/the-container-based-build-environment-is-fully-deprecated-84517

Ticket Link

Fixes #470

@hanzei hanzei requested a review from cpanato July 20, 2020 12:43
@hanzei hanzei added the 2: Dev Review Requires review by a core committer label Jul 20, 2020
@cpanato cpanato merged commit 9eb10f5 into mattermost:master Jul 21, 2020
braunsonm added a commit to trecnoc/mattermost-docker that referenced this pull request Feb 8, 2021
* bump MM to 5.25.0

* Remove sudo: required as it is deprecated. (mattermost#485)

Co-authored-by: francois-d <dfrancis2.primus.ca>

* update MM to 5.25.1

* bump mm to 5.25.2

* add TLS 1.3 support to web container (mattermost#488)

* bump MM to 5.26.0

* bump MM to 5.26.1

* update MM to 5.27.0

* Quote arguments (mattermost#492)

* DOPS-215: Add MM_INSTALL_TYPE environment variable. (mattermost#497)

* bump based release

* Update SSL ciphers and TLS versions in nginx config file (mattermost#501)

* update MM to 5.29.0

* Consistency of app/* (mattermost#502)

* be consistent with the use of tabs

* tabs; shellcheck; consistency

* use tabs
* use shellcheck to fix non POSIX stuff
* be consistent with the use of quotes and if-then-else / for-do-done

* bump to use 5.29.1 release

* Enable easy configuration of encrypted PostgreSQL connections with new optional DB_SSLMODE (defaults to current value of "disable") following values allowed by PostgreSQL (mattermost#506)

* change to support environment variable configuration of SSL mode for PostgreSQL connections

* Update Dockerfile (mattermost#508)

* Updating shell scripts to adhear better to Bash style guides (mattermost#510)

* Updated Shell Script Format

Signed-off-by: Spencer <wf6DJd8a3xSSCZbn@protonmail.com>

* Update Dockerfile (mattermost#511)

Co-authored-by: Carlos Panato <ctadeu@gmail.com>
Co-authored-by: Francois-D <46973576+Francois-D@users.noreply.github.com>
Co-authored-by: nvjacobo <nvjacobo@users.noreply.github.com>
Co-authored-by: Emanuele Panzeri <thePanz@users.noreply.github.com>
Co-authored-by: Elisabeth Kulzer <elikul@elikul.de>
Co-authored-by: Simon Staszkiewicz <sstaszkiewicz@copperleaf.com>
Co-authored-by: Yannic Haupenthal <tohn@users.noreply.github.com>
Co-authored-by: Dave Thompson <64275573+3leapsdet@users.noreply.github.com>
Co-authored-by: Amy Blais <amy_blais@hotmail.com>
Co-authored-by: wf6DJd8a3xSSCZbn <50090275+wf6DJd8a3xSSCZbn@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
2: Dev Review Requires review by a core committer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

‘Sudo: required’ is now deprecated and can be safely removed from Travis.yml
3 participants