feat(CI build skip V8JS) | workspace

This commit is contained in:
Shao Yu-Lung (Allen) 2021-03-22 16:43:30 +08:00
parent e1d2d81099
commit bd9c1e52c0
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ jobs:
sed -i -- 's/MEMCACHED=true/MEMCACHED=false/g' .env
sed -i -- 's/OCI8=true/OCI8=false/g' .env
sed -i -- 's/IONCUBE=true/IONCUBE=false/g' .env
sed -i -- 's/V8JS=true/V8JS=false/g' .env
docker-compose build ${{ matrix.service }}
build-other: