From 0ae885b8a619f59457340dcb8bab36c496e315fc Mon Sep 17 00:00:00 2001 From: Aaron Rotenberg Date: Tue, 11 Apr 2023 20:48:13 +0000 Subject: [PATCH] Remove the bin/dwh-migration-client script, as the executable it referred to no longer exists. --- bin/dwh-migration-client | 3 --- build.gradle | 3 --- 2 files changed, 6 deletions(-) delete mode 100755 bin/dwh-migration-client diff --git a/bin/dwh-migration-client b/bin/dwh-migration-client deleted file mode 100755 index 5a40ac477..000000000 --- a/bin/dwh-migration-client +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -ex - -exec dwh-migration-client "$@" diff --git a/build.gradle b/build.gradle index 0c38299a9..20c6fca75 100644 --- a/build.gradle +++ b/build.gradle @@ -11,9 +11,6 @@ distributions { exclude "**/__pycache__" into "client" } - from("bin/dwh-migration-client") { - into "bin" - } project(":dumper:app").afterEvaluate { from it.tasks.installPublishedDist }