mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 02:24:16 -05:00
fix: tests
This commit is contained in:
@@ -81,7 +81,7 @@ test:
|
||||
echo 'FAIL [Composer 1]'; \
|
||||
exit 1; \
|
||||
fi
|
||||
@if [[ -z `docker container run --rm $(IMAGE):$(VERSION) composer1 global show 2> /dev/null | grep '^hirak/prestissimo [0-9][0-9]*\.[0-9][0-9]*'` ]]; then \
|
||||
@if [[ "$(PHP_VERSION)" != "5.4" && "$(PHP_VERSION)" != "5.5" && -z `docker container run --rm $(IMAGE):$(VERSION) composer1 global show 2> /dev/null | grep '^hirak/prestissimo [0-9][0-9]*\.[0-9][0-9]*'` ]]; then \
|
||||
echo 'FAIL [Composer 1 plugin - prestissimo]'; \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
+1
-1
@@ -82,7 +82,7 @@ test:
|
||||
echo 'FAIL [Composer 1]'; \
|
||||
exit 1; \
|
||||
fi
|
||||
@if [[ -z `docker container run --rm $(IMAGE):$(VERSION) composer1 global show 2> /dev/null | grep '^hirak/prestissimo [0-9][0-9]*\.[0-9][0-9]*'` ]]; then \
|
||||
@if [[ "$(PHP_VERSION)" != "5.4" && "$(PHP_VERSION)" != "5.5" && -z `docker container run --rm $(IMAGE):$(VERSION) composer1 global show 2> /dev/null | grep '^hirak/prestissimo [0-9][0-9]*\.[0-9][0-9]*'` ]]; then \
|
||||
echo 'FAIL [Composer 1 plugin - prestissimo]'; \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user