Stop trying to run bash, which isn't in the alpine docker images
This commit is contained in:
parent
46c9569132
commit
fb8baf247a
@ -5,12 +5,9 @@ cache:
|
||||
paths:
|
||||
- vendor/
|
||||
|
||||
services:
|
||||
- redis:latest
|
||||
|
||||
test:7:
|
||||
before_script:
|
||||
- bash build/docker_install.sh > /dev/null
|
||||
- sh build/docker_install.sh > /dev/null
|
||||
- curl -sS https://getcomposer.org/installer | php
|
||||
- php composer.phar update
|
||||
- php composer.phar install
|
||||
@ -20,7 +17,7 @@ test:7:
|
||||
|
||||
test:7.1:
|
||||
before_script:
|
||||
- bash build/docker_install.sh > /dev/null
|
||||
- sh build/docker_install.sh > /dev/null
|
||||
- curl -sS https://getcomposer.org/installer | php
|
||||
- php composer.phar update
|
||||
- php composer.phar install
|
||||
|
Loading…
Reference in New Issue
Block a user