From 6d32747c18c7c9b9c7395212c7092a38062bb6fa Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Fri, 31 Jul 2020 13:18:26 -0700 Subject: Don't have fpm try to build itself --- ci/run_tests.bat | 3 --- 1 file changed, 3 deletions(-) (limited to 'ci/run_tests.bat') diff --git a/ci/run_tests.bat b/ci/run_tests.bat index fc4e1f5..0d0be99 100755 --- a/ci/run_tests.bat +++ b/ci/run_tests.bat @@ -9,9 +9,6 @@ if errorlevel 1 exit 1 fpm run if errorlevel 1 exit 1 -fpm run --args build -if errorlevel 1 exit 1 - .\fpm if errorlevel 1 exit 1 -- cgit v1.2.3