We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd1d37 commit 8fa3ac9Copy full SHA for 8fa3ac9
.travis.yml
@@ -15,7 +15,7 @@ before_install:
15
- export TRAVIS_TAG=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec`
16
- echo $TRAVIS_TAG
17
- docker build -t android-dispatch .
18
- - docker run -it -d -u 112 --name dispatch-container -v `pwd`:/home/build/app -e TRAVIS_TAG=$TRAVIS_TAG android-dispatch bash
+ - docker run -it -d --user build --name dispatch-container -v `pwd`:/home/build/app -e TRAVIS_TAG=$TRAVIS_TAG android-dispatch bash
19
20
script:
21
- docker exec dispatch-container sh /home/build/app/dispatch.sh
0 commit comments