Skip to content

Commit 9a62252

Browse files
bhavyahemGitHub Enterprise
authored andcommitted
Update to Ubuntu Jammy Release (#928)
1 parent 4a84920 commit 9a62252

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
dist: focal
16-
group: vpc
15+
dist: jammy
16+
group: jammy-beta
1717
sudo: required
1818

1919
services:

travis-build-scripts/install-credential-helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7EA0A9C3F273FCD8
18-
sudo add-apt-repository "deb [arch=$ARCH] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
18+
sudo add-apt-repository -y "deb [arch=$ARCH] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
1919
sudo apt update
2020
sudo apt -y install docker-ce pass
2121

0 commit comments

Comments
 (0)