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 b633139 commit 601ae04Copy full SHA for 601ae04
.buildkite/scripts/e2e-pipeline/main.py
@@ -64,7 +64,7 @@ def main(skip_setup=False, integrations=[]):
64
65
if __name__ == "__main__":
66
parser = argparse.ArgumentParser()
67
- parser.add_argument('--skip-setup, 'action='store_false')
+ parser.add_argument('--skip-setup', action='store_false')
68
parser.add_argument('--integrations')
69
args = parser.parse_args()
70
0 commit comments