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 a5659ea commit 1fed3eeCopy full SHA for 1fed3ee
README.md
@@ -88,10 +88,5 @@ make test-prod # with an optional flag: PATH_TO_TEST=tests/integration/...etc LA
88
89
5. If you make any changes and need to rebuild the image used for testing, force a rebuild with the `-B` flag
90
```
91
-make -B {build|test-staging|test_prod}
+make -B {build|test-staging|test-prod}
92
93
-
94
-Or you can just run everything in a single command:
95
-```
96
-docker build -t local/labelbox-python:test . && make test-staging PATH_TO_TEST= LABELBOX_TEST_API_KEY=
97
0 commit comments