Fix CI for Linux

This commit is contained in:
John Kleinschmidt 2017-08-24 09:42:32 -04:00 committed by Cheng Zhao
parent 6e6b097968
commit 56233054ae
2 changed files with 7 additions and 6 deletions

View file

@ -18,11 +18,6 @@ set -o pipefail
git submodule sync --recursive
git submodule update --init --recursive
docker build \
--force-rm \
--tag libchromiumcontent-linux \
./vendor/libchromiumcontent
docker build \
--force-rm \
--tag electron-linux \