diff options
| author | zvecr <git@zvecr.com> | 2019-06-05 01:17:01 +0100 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-07-14 21:01:38 -0700 |
| commit | 0a03f7cff7b6892ca93333fa5061c1ca454de0cb (patch) | |
| tree | ed536454985c9fc4a78e43781bcacce9f163d627 /util/travis_test.sh | |
| parent | 21fc6be41bd2a72ad52b00db8c9386e17bacd87f (diff) | |
| download | qmk_firmware-0a03f7cff7b6892ca93333fa5061c1ca454de0cb.tar.gz qmk_firmware-0a03f7cff7b6892ca93333fa5061c1ca454de0cb.zip | |
Update docker util script and travis to use new base container
Diffstat (limited to 'util/travis_test.sh')
| -rw-r--r-- | util/travis_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/travis_test.sh b/util/travis_test.sh index 3be4afff7..e6a50ac16 100644 --- a/util/travis_test.sh +++ b/util/travis_test.sh | |||
| @@ -22,7 +22,7 @@ fi | |||
| 22 | # if docker is installed - call make within the qmk docker image | 22 | # if docker is installed - call make within the qmk docker image |
| 23 | if command -v docker >/dev/null; then | 23 | if command -v docker >/dev/null; then |
| 24 | function make() { | 24 | function make() { |
| 25 | docker run --rm -e MAKEFLAGS="$MAKEFLAGS" -w /qmk_firmware/ -v "$PWD":/qmk_firmware --user $(id -u):$(id -g) qmkfm/qmk_firmware make "$@" | 25 | docker run --rm -e MAKEFLAGS="$MAKEFLAGS" -w /qmk_firmware/ -v "$PWD":/qmk_firmware --user $(id -u):$(id -g) qmkfm/base_container make "$@" |
| 26 | } | 26 | } |
| 27 | fi | 27 | fi |
| 28 | 28 | ||
