feat(CI build skip V8JS) | workspace
This commit is contained in:
parent
e1d2d81099
commit
bd9c1e52c0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue