Skip to content

Commit

Permalink
CB-27671 Updated destroy.sh URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
daszabo committed Nov 8, 2024
1 parent 8e76482 commit 533b9c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws/quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ EOF

destroy_file="${HOME}/destroy.sh"

curl -S https://quickstart-dev.cloudera-labs.com/aws/latest/destroy.sh -o ${destroy_file}
curl -S https://quickstart.cloudera-labs.com/aws/latest/destroy.sh -o ${destroy_file}
exit_code=$?
if [ $exit_code -ne 0 ]; then
return $exit_code
Expand Down
2 changes: 1 addition & 1 deletion azure/quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ EOF

destroy_file="${HOME}/destroy.sh"

curl -S https://quickstart-dev.cloudera-labs.com/aws/latest/destroy.sh -o ${destroy_file}
curl -S https://quickstart.cloudera-labs.com/azure/latest/destroy.sh -o ${destroy_file}
exit_code=$?
if [ $exit_code -ne 0 ]; then
return $exit_code
Expand Down
2 changes: 1 addition & 1 deletion gcp/quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ EOF

destroy_file="${HOME}/destroy.sh"

curl -S https://quickstart-dev.cloudera-labs.com/aws/latest/destroy.sh -o ${destroy_file}
curl -S https://quickstart.cloudera-labs.com/gcp/latest/destroy.sh -o ${destroy_file}
exit_code=$?
if [ $exit_code -ne 0 ]; then
return $exit_code
Expand Down

0 comments on commit 533b9c8

Please sign in to comment.