Attempt to use lighter docker images for gitlab builds

This commit is contained in:
Timothy Warren 2018-01-31 13:38:48 -05:00
parent 8e13b80a3a
commit 8d119eb9ee
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# We need to install dependencies only for Docker
[[ ! -e /.dockerenv ]] && [[ ! -e /.dockerinit ]] && exit 0