We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cf6ae commit 088b9b7Copy full SHA for 088b9b7
tools/integrations/manage.sh
@@ -191,7 +191,10 @@ cmd_publish() {
191
_error_if_tag_exists "$versioned_image"
192
193
# building the connector
194
- cmd_build "$path" "$run_tests"
+ if [ "$path" != "airbyte-cdk/python"]
195
+ # The python CDK will already have been built and tested earlier in the github workflow.
196
+ cmd_build "$path" "$run_tests"
197
+ fi
198
199
# in case curing the build / tests someone this version has been published.
200
0 commit comments