From 84e2a9a375a3abcb7db0ff1ae84e51f9bd8178d5 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 28 May 2021 17:43:10 +0200 Subject: [PATCH] Remove generated CI file install.sh from #16914 Signed-off-by: William Desportes --- install.sh | 1 - 1 file changed, 1 deletion(-) delete mode 100755 install.sh diff --git a/install.sh b/install.sh deleted file mode 100755 index 3d2b7f495b..0000000000 --- a/install.sh +++ /dev/null @@ -1 +0,0 @@ -set -exu && export V='7' && apk add --update --no-cache php$V-cli php$V-mysqli php$V-session php$V-mbstring php$V-iconv php$V-xml php$V-tokenizer php$V-xmlwriter php$V-simplexml php$V-dom php$V-json php$V-bz2 php$V-curl php$V-gd php$V-zip gettext composer yarn && php -d memory_limit=512M ./vendor/bin/phpunit --no-coverage --exclude-group=selenium \ No newline at end of file