Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connectors-ci: disable tui on prelease #29034

Merged
merged 2 commits into from
Aug 4, 2023

Conversation

alafanechere
Copy link
Contributor

What

Closes #29000

The Dagger terminal UI is not interactive: user prompts do not work.
We have a user prompt on publish.

How

Disable Dagger TUI on publish

@alafanechere alafanechere changed the title Augustin/connectors ci/disable tui on prelease connectors-ci: disable tui on prelease Aug 3, 2023
@alafanechere alafanechere force-pushed the augustin/connectors-ci/disable-tui-on-prelease branch from 19e6847 to 632ca0f Compare August 3, 2023 11:43
Copy link
Contributor

@erohmensing erohmensing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried it out locally, works for me!

Comment on lines +93 to +94
if len(sys.argv) > 1 and any([arg in ARGS_DISABLING_TUI for arg in sys.argv]):
command = ["airbyte-ci-internal"] + [arg for arg in sys.argv[1:] if arg != "--no-tui"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More robust than looking at a specific index 👌🏻

@alafanechere alafanechere enabled auto-merge (squash) August 4, 2023 07:34
@alafanechere alafanechere merged commit 29c5b96 into master Aug 4, 2023
16 checks passed
@alafanechere alafanechere deleted the augustin/connectors-ci/disable-tui-on-prelease branch August 4, 2023 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cannot run airbyte-ci publish because i can't give inputs
2 participants