From 1f827a448b5eaced963e14ddb6a3112b00912fa3 Mon Sep 17 00:00:00 2001 From: aliaksandr Date: Tue, 18 Jul 2023 15:41:27 +0200 Subject: [PATCH 1/2] Applovin cercle ci pipeline --- airbyte-integrations/connectors/source-applovin/setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/airbyte-integrations/connectors/source-applovin/setup.py b/airbyte-integrations/connectors/source-applovin/setup.py index ed1efd88ef98..c9d0cf93a547 100644 --- a/airbyte-integrations/connectors/source-applovin/setup.py +++ b/airbyte-integrations/connectors/source-applovin/setup.py @@ -21,8 +21,7 @@ author_email="contact@airbyte.io", packages=find_packages(), install_requires=MAIN_REQUIREMENTS, - package_data={"": ["*.json", "*.yaml"]}, - package_data={"": ["*.json", "*.yaml", "schemas/*.json", "schemas/shared/*.json"]}, + package_data={"": ["*.json", "*.yaml", "schemas/*.json"]}, extras_require={ "tests": TEST_REQUIREMENTS, }, From fb768aaba98685a32974931d8c7507ed6c4b0702 Mon Sep 17 00:00:00 2001 From: aliaksandr Date: Tue, 18 Jul 2023 15:45:28 +0200 Subject: [PATCH 2/2] Applovin cercle ci pipeline --- airbyte-integrations/connectors/source-facebook-pages/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-facebook-pages/Dockerfile b/airbyte-integrations/connectors/source-facebook-pages/Dockerfile index 9f0d1639d068..830e68282170 100644 --- a/airbyte-integrations/connectors/source-facebook-pages/Dockerfile +++ b/airbyte-integrations/connectors/source-facebook-pages/Dockerfile @@ -9,7 +9,6 @@ RUN apk --no-cache upgrade \ && pip install --upgrade pip \ && apk --no-cache add tzdata build-base - COPY setup.py ./ # install necessary packages to a temporary folder RUN pip install --prefix=/install .