Skip to content

Commit

Permalink
KNOX-2659 - Travis build failure: '/usr/bin/mvn': Operation not permi…
Browse files Browse the repository at this point in the history
…tted. (#491)
  • Loading branch information
zeroflag authored Sep 10, 2021
1 parent 4307f89 commit b83e331
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,19 @@ matrix:
group: edge
os: linux
dist: focal

env:
global:
- DOCKERRUN="docker run --rm -v $PWD:/src -v $HOME/.m2:/root/.m2 -v /var/run/docker.sock:/var/run/docker.sock -w /src"
services:
- docker
before_install:
- 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 "deb [arch=arm64] 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
- docker --version
- lscpu
- docker pull $IMAGE
script:
Expand Down

0 comments on commit b83e331

Please sign in to comment.