We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e38f82c + eb953c5 commit ec3bf4eCopy full SHA for ec3bf4e
1 file changed
.github/workflows/dbdump.yml
@@ -40,8 +40,8 @@ jobs:
40
- name: Sync with BU
41
run: script/load.bety.sh -a "postgres" -p "-h localhost" -d "bety" -o bety -m 99 -r 1
42
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
+ - name: Sync with BNL
+ 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
45
46
- name: Sync with Wisconsin
47
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