From cfcfd1aa188e42c0585e5130775b162828d7e14e Mon Sep 17 00:00:00 2001 From: Rohit Chatterjee Date: Wed, 14 Aug 2024 15:04:17 +0530 Subject: [PATCH] update the command to run airbyte-ci --- airbyte-integrations/connectors/source-mgramseva/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-mgramseva/README.md b/airbyte-integrations/connectors/source-mgramseva/README.md index dde87da0d594..bc97140ddd65 100644 --- a/airbyte-integrations/connectors/source-mgramseva/README.md +++ b/airbyte-integrations/connectors/source-mgramseva/README.md @@ -50,7 +50,7 @@ poetry run pytest tests 1. Install [`airbyte-ci`](https://github.com/airbytehq/airbyte/blob/master/airbyte-ci/connectors/pipelines/README.md) 2. Run the following command to build the docker image: ```bash -airbyte-ci connectors --name=source-mgramseva build +PATH=$PATH:~/.local/bin/ airbyte-ci --disable-update-check --disable-auto-update connectors --name=source-mgramseva build ``` An image will be available on your host with the tag `airbyte/source-mgramseva:dev`.