feat(ioncube extension): add github actions installation

This commit is contained in:
Shao Yu-Lung (Allen) 2021-03-22 00:00:38 +08:00 committed by GitHub
parent 89b73eeeee
commit e8e4790db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ jobs:
sed -i -- 's/AMQP=true/AMQP=false/g' .env
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
docker-compose build ${{ matrix.service }}
build-other: