Skip to content
Snippets Groups Projects
Commit dc390c5a authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'patch-1' into 'master'

explicitly call script with bash for consistency

simpler than telling users to set script executable

[ci skip]

See merge request !2621
parents 5af15baa e32eb571
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -97,7 +97,7 @@ image: php:5.6
 
before_script:
# Install dependencies
- ci/docker_install.sh > /dev/null
- bash ci/docker_install.sh > /dev/null
 
test:app:
script:
Loading
Loading
@@ -112,7 +112,7 @@ with a different docker image version and the runner will do the rest:
```yaml
before_script:
# Install dependencies
- ci/docker_install.sh > /dev/null
- bash ci/docker_install.sh > /dev/null
 
# We test PHP5.6
test:5.6:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment