Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
update OpenPBTA bucket (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo Lynne Rokita authored Aug 30, 2021
1 parent b59ff86 commit 75c737d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

- run:
name: Data Download
command: OPENPBTA_URL=https://s3.amazonaws.com/kf-openaccess-us-east-1-prd-pbta/data OPENPBTA_RELEASE=testing ./scripts/run_in_ci.sh bash download-data.sh
command: OPENPBTA_URL=https://s3.amazonaws.com/d3b-openaccess-us-east-1-prd-pbta/data OPENPBTA_RELEASE=testing ./scripts/run_in_ci.sh bash download-data.sh

- run:
name: List Data Directory Contents
Expand Down
2 changes: 1 addition & 1 deletion download-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e
set -o pipefail

# Use the OpenPBTA bucket as the default.
URL=${OPENPBTA_URL:-https://s3.amazonaws.com/kf-openaccess-us-east-1-prd-pbta/data}
URL=${OPENPBTA_URL:-https://s3.amazonaws.com/d3b-openaccess-us-east-1-prd-pbta/data}
RELEASE=${OPENPBTA_RELEASE:-release-v21-20210820}
PREVIOUS=${OPENPBTA_RELEASE:-release-v20-20210726}

Expand Down
2 changes: 1 addition & 1 deletion scripts/download-ci-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e
set -o pipefail

# Use the bucket that contains the CI data
URL=https://open-pbta.s3.amazonaws.com/data
URL=https://s3.amazonaws.com/d3b-openaccess-us-east-1-prd-pbta/data
RELEASE=testing

# Remove symlinks in data
Expand Down

0 comments on commit 75c737d

Please sign in to comment.