From eed70681907e5d6ebefb0fb187a3783e3d572807 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 7 Sep 2022 12:42:54 +0200 Subject: add ci script --- .gitattributes | 2 ++ ci | 5 +++++ 2 files changed, 7 insertions(+) create mode 100755 ci 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 -- cgit v1.2.3