Skip to content

Commit

Permalink
Fix syntax error in tools/bin/manage.sh, used to publish airbyte cdk (
Browse files Browse the repository at this point in the history
  • Loading branch information
ambirdsall authored and jatinyadav-cc committed Feb 26, 2024
1 parent 4deb29b commit 9cc211b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/integrations/manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ cmd_publish() {
_error_if_tag_exists "$versioned_image"

# 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.
cmd_build "$path" "$run_tests"
fi
Expand Down

0 comments on commit 9cc211b

Please sign in to comment.