From 8bdb16fe20364d247ab49371a9a68e1e0a19ef9d Mon Sep 17 00:00:00 2001 From: Moritz Poldrack Date: Wed, 8 Dec 2021 15:34:05 +0100 Subject: [PATCH] updated CI-Script hoping that this fixes the odd behaviour --- .build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 3d464e5..625625e 100644 --- a/.build.yml +++ b/.build.yml @@ -23,4 +23,5 @@ tasks: make run-goss-test - build-container: | cd ~/gomod-recter - bash -c "if [ $(git rev-list -n 1 $(git describe --abbrev=0)) == $(git rev-parse HEAD) ]; then make docker && make push; else echo commit not tagged. No docker build. && exit 0; fi" + git describe --exact-match HEAD || echo commit not tagged. No docker build. ; complete-build + make docker || make docker && make push -- 2.45.2