aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.gitattributes2
-rwxr-xr-xci5
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
diff --git a/ci b/ci
new file mode 100755
index 0000000..d9f0189
--- /dev/null
+++ b/ci
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+set -o errexit -o nounset -o pipefail
+
+docker-compose build --pull