From f4dae8dea4e58e9cee166228cde403f4e6edc425 Mon Sep 17 00:00:00 2001 From: Jarek Kowalski Date: Sun, 16 Apr 2023 22:34:42 -0700 Subject: [PATCH] chore(ci): trigger CI rebuild after signing key update (#2950) --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index d5ecf31fe..21c33f397 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ COVERAGE_PACKAGES=./repo/...,./fs/...,./snapshot/...,./cli/...,./internal/... TEST_FLAGS?= - KOPIA_INTEGRATION_EXE=$(CURDIR)/dist/testing_$(GOOS)_$(GOARCH)/kopia.exe TESTING_ACTION_EXE=$(CURDIR)/dist/testing_$(GOOS)_$(GOARCH)/testingaction.exe FIO_DOCKER_TAG=ljishen/fio