From 7184130103e9a42ea70d1d95ab8c35cec03d4d8f Mon Sep 17 00:00:00 2001 From: Asa Gayle Date: Wed, 26 Jan 2022 11:04:41 -0500 Subject: [PATCH] Removed old integration tests --- .github/workflows/TriggerIntegrationTests.sh | 33 -------------------- .github/workflows/integration-tests.yml | 4 +-- 2 files changed, 2 insertions(+), 35 deletions(-) delete mode 100644 .github/workflows/TriggerIntegrationTests.sh diff --git a/.github/workflows/TriggerIntegrationTests.sh b/.github/workflows/TriggerIntegrationTests.sh deleted file mode 100644 index 1e4ae71..0000000 --- a/.github/workflows/TriggerIntegrationTests.sh +++ /dev/null @@ -1,33 +0,0 @@ -token=$1 -commit=$2 -repository=$3 -prNumber=$4 -frombranch=$5 -tobranch=$6 -patUser=$7 - -getPayLoad() { - cat <