From 0f6b09fb208037fab94182b72aa4ddf96d2f6ec9 Mon Sep 17 00:00:00 2001 From: Sergey Chvalyuk Date: Fri, 18 Feb 2022 21:36:15 +0200 Subject: [PATCH] Revert "debug bin/generate-protocol-files.sh (remove me)" This reverts commit 23561eb7734ae7db97609eec9389bee3b3b23928. --- .../bases/airbyte-protocol/bin/generate-protocol-files.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/airbyte-integrations/bases/airbyte-protocol/bin/generate-protocol-files.sh b/airbyte-integrations/bases/airbyte-protocol/bin/generate-protocol-files.sh index 44308855f887..44480c2f54fd 100755 --- a/airbyte-integrations/bases/airbyte-protocol/bin/generate-protocol-files.sh +++ b/airbyte-integrations/bases/airbyte-protocol/bin/generate-protocol-files.sh @@ -1,7 +1,6 @@ #!/usr/bin/env bash set -e -set -x [ -z "$ROOT_DIR" ] && exit 1