Revert "check-for-changes: performance improvements + wait for settle (#2104)"

This reverts commit 232d463b81.
This commit is contained in:
Nathan Pierce 2021-08-28 19:16:34 -04:00 committed by GitHub
parent 784ec60612
commit dff7e428c0
9 changed files with 188 additions and 216 deletions

View file

@ -4,6 +4,8 @@ NAME ?= mailserver-testing:ci
VCS_REF = $(shell git rev-parse --short HEAD)
VCS_VER = $(shell git describe --tags --contains --always)
export CDIR = $(shell pwd)
# -----------------------------------------------
# --- Generic Build Targets ---------------------
# -----------------------------------------------