Skip to content

Commit ec3bf4e

Browse files
authored
Merge pull request #726 from PecanProject/reenable_bnl
Re-enable BNL in dbdump.yml
2 parents e38f82c + eb953c5 commit ec3bf4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dbdump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Sync with BU
4141
run: script/load.bety.sh -a "postgres" -p "-h localhost" -d "bety" -o bety -m 99 -r 1
4242

43-
# - name: Sync with BNL
44-
# run: script/load.bety.sh -a "postgres" -p "-h localhost" -d "bety" -o bety -m 99 -r 2 -w ftp://anon:anon@ftp.test.bnl.gov/outgoing/betydb/bety.tar.gz
43+
- name: Sync with BNL
44+
run: script/load.bety.sh -a "postgres" -p "-h localhost" -d "bety" -o bety -m 99 -r 2 -w ftp://anon:anon@ftp.test.bnl.gov/outgoing/betydb/bety.tar.gz
4545

4646
- name: Sync with Wisconsin
4747
run: script/load.bety.sh -a "postgres" -p "-h localhost" -d "bety" -o bety -m 99 -r 5 -w http://fen.aos.wisc.edu:6480/sync/dump/bety.tar.gz

0 commit comments

Comments
 (0)