diff options
-rw-r--r-- | .gitattributes | 2 | ||||
-rwxr-xr-x | ci | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 176a458..1fe0c64 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ * text=auto + +/ci text eol=lf @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +set -o errexit -o nounset -o pipefail + +docker-compose build --pull |