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

[fix] update cassandra tarball URL to 4.1.3 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ tasks:
- name: install-dependencies
before: |
printf 'unset JAVA_TOOL_OPTIONS\n' >> $HOME/.bashrc
printf 'export PATH="/workspace/ds201-lab04/apache-cassandra-4.1.0/bin:$PATH"' >> $HOME/.bashrc
printf 'export PATH="/workspace/ds201-lab04/apache-cassandra-4.1.3/bin:$PATH"' >> $HOME/.bashrc
init: |
curl https://katapod-file-store.s3.us-west-1.amazonaws.com/ds201/lab04-environment.tar.gz \
--output environment.tar.gz
tar xf environment.tar.gz
command: |
./apache-cassandra-4.1.0/bin/cassandra
./apache-cassandra-4.1.3/bin/cassandra
github:
prebuilds:
main: true
Expand All @@ -18,4 +18,4 @@ ports:
onOpen: ignore
vscode:
extensions:
- https://github.com/DataStax-Academy/katapod/releases/download/stable/katapod-stable.vsix
- https://github.com/DataStax-Academy/katapod/releases/download/stable/katapod-stable.vsix