~poldi1405/gomod-recter

8bdb16fe20364d247ab49371a9a68e1e0a19ef9d — Moritz Poldrack 2 years ago 44a753c
updated CI-Script hoping that this fixes the odd behaviour
1 files changed, 2 insertions(+), 1 deletions(-)

M .build.yml
M .build.yml => .build.yml +2 -1
@@ 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