From eb47a8662549813447df2d183d370c1805cde708 Mon Sep 17 00:00:00 2001 From: "Adams, Kacy" Date: Tue, 25 Oct 2022 20:07:55 -0400 Subject: [PATCH] see if we can protect the orphan process --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f343ea0b..108b85a3 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,7 +29,7 @@ jobs: path: "DeFi-Data-Engine/DeFi Data Engine/target/defi-data-engine-0.0.1-jar-with-dependencies.jar" - name: Deploy data engine - run: java -jar target/defi-data-engine-0.0.1-jar-with-dependencies.jar & + run: RUNNER_TRACKING_ID="" && java -jar target/defi-data-engine-0.0.1-jar-with-dependencies.jar & # buildRestAPI: # runs-on: [ self-hosted ]