Skip to content

Commit

Permalink
build: auto accept repository addition (#4480)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 authored Aug 3, 2023
1 parent 324063c commit 4978716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
before_install:
# upgrade docker to the latest supported by the OS loaded in the travis image
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo add-apt-repository --yes "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce

Expand Down

0 comments on commit 4978716

Please sign in to comment.