From 626e94daaf48612f659c35777bdc163339e6ca50 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 15 Mar 2023 11:58:16 +0100 Subject: [PATCH] working build script --- .albatros | 1 + example/albatros.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.albatros b/.albatros index e5888e3..ee444c8 100755 --- a/.albatros +++ b/.albatros @@ -3,3 +3,4 @@ set -euxo pipefail go build +echo "done" >&2 diff --git a/example/albatros.json b/example/albatros.json index 54cfa61..b0b93fe 100644 --- a/example/albatros.json +++ b/example/albatros.json @@ -1,6 +1,6 @@ { "ref": "refs/heads/main", - "after": "3fff73597f8ca18ef04c0d9bf64132ba55aadcaa", + "after": "101f621d5b87147b6c2d8fca0615d3004cff4d7b", "repository": { "clone_url": "https://git.deuxfleurs.fr/quentin/albatros.git" }