Skip to content

Commit

Permalink
Fix docker image location
Browse files Browse the repository at this point in the history
  • Loading branch information
Syping committed Oct 7, 2020
1 parent 0cf2056 commit 0911088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion travis/win32docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export QT_VERSION=5.15.x
PROJECT_DIR=$(pwd)
DOCKER_IMAGE=syping/qt5-llvm-mingw-docker:$QT_VERSION
DOCKER_IMAGE=syping/qt5-static-llvm-mingw:${QT_VERSION}
docker pull $DOCKER_IMAGE
docker run --rm \
-v "${PROJECT_DIR}:/root/tunnelmanager/" \
Expand Down
2 changes: 1 addition & 1 deletion travis/win64docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export QT_VERSION=5.15.x
PROJECT_DIR=$(pwd)
DOCKER_IMAGE=syping/qt5-llvm-mingw-docker:$QT_VERSION
DOCKER_IMAGE=syping/qt5-static-llvm-mingw:${QT_VERSION}
docker pull $DOCKER_IMAGE
docker run --rm \
-v "${PROJECT_DIR}:/root/tunnelmanager/" \
Expand Down

0 comments on commit 0911088

Please sign in to comment.