Skip to content

Commit 7dbdab4

Browse files
author
Martin Schwamberger
committed
Fix travis file
1 parent fae64cc commit 7dbdab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_install:
1515
- export TRAVIS_TAG=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec`
1616
- mkdir $TRAVIS_BUILD_DIR/dist && chmod a+w $TRAVIS_BUILD_DIR/dist
1717
- docker build -t android-dispatch .
18-
- docker run -it -d --user build --name dispatch-container -v `$TRAVIS_BUILD_DIR/dist:/home/build/app/dist -e TRAVIS_TAG=$TRAVIS_TAG android-dispatch bash
18+
- docker run -it -d --user build --name dispatch-container -v $TRAVIS_BUILD_DIR/dist:/home/build/app/dist -e TRAVIS_TAG=$TRAVIS_TAG android-dispatch bash
1919

2020
script:
2121
- docker exec --user build dispatch-container sh /home/build/app/dispatch.sh

0 commit comments

Comments
 (0)