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

git clone branch incorrect #699

Merged
merged 1 commit into from
Mar 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/user-guide/deployment/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ There are no officially published Docker images, so it is currently necessary to
Run the following commands to clone the source repository and build the Docker image.

```bash
git clone [email protected]:apache/arrow-ballista.git -b 8.0.0
git clone [email protected]:apache/arrow-ballista.git -b 0.9.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
git clone [email protected]:apache/arrow-ballista.git -b 0.9.0
git clone [email protected]:apache/arrow-ballista.git -b 9.0.0

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Did you try running this? it doesn't work.

fatal: Remote branch 9.0.0 not found in upstream origin

cd arrow-ballista
./dev/build-ballista-docker.sh
```
Expand Down