Skip to content

Commit

Permalink
update the command to run airbyte-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Chatterjee committed Aug 14, 2024
1 parent 82f198e commit cfcfd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-mgramseva/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit cfcfd1a

Please sign in to comment.