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" }