Fix syntax error in tools/bin/manage.sh, used to publish airbyte cdk (#35466)
This commit is contained in:
@@ -191,7 +191,7 @@ cmd_publish() {
|
|||||||
_error_if_tag_exists "$versioned_image"
|
_error_if_tag_exists "$versioned_image"
|
||||||
|
|
||||||
# building the connector
|
# building the connector
|
||||||
if [ "$path" != "airbyte-cdk/python"]
|
if [ "$path" != "airbyte-cdk/python" ]; then
|
||||||
# The python CDK will already have been built and tested earlier in the github workflow.
|
# The python CDK will already have been built and tested earlier in the github workflow.
|
||||||
cmd_build "$path" "$run_tests"
|
cmd_build "$path" "$run_tests"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user