Skip to content

Commit d30cbb9

Browse files
author
Peter Causey-Freeman
committed
Final tweaks for 2.1.0
1 parent baf3cfb commit d30cbb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ before_install:
4949
### also we need to test that the database works with only public permissions too, as should be for any web attached user
5050
- createdb -e vvta -O uta_admin
5151
- psql -d vvta -U postgres -c "CREATE USER ta_user WITH PASSWORD 'read_only'"
52-
- wget --output-document=VVTA_2022_02.noseq.psql.gz https://www528.lamp.le.ac.uk/vvdata/vvta/VVTA_2022_02.noseq.psql.gz
52+
- wget --output-document=VVTA_2022_02_noseq.sql.gz https://www528.lamp.le.ac.uk/vvdata/vvta/VVTA_2022_02_noseq.sql.gz
5353
- gunzip -c VVTA_2022_02.noseq.psql.gz | psql --quiet vvta
5454
- psql -d vvta -U postgres -c 'GRANT SELECT ON vvta_2022_02.gene TO public;'
5555
- psql -d vvta -U postgres -c 'GRANT SELECT ON ALL TABLES IN SCHEMA public TO ta_user;'

vvta_docker.df

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ ENV POSTGRES_PASSWORD=uta_admin
88

99
RUN apt-get update && apt-get install -y wget && rm -rf /var/lib/apt/lists/*
1010

11-
RUN wget --output-document=VVTA_2022_02.noseq.psql.gz https://www528.lamp.le.ac.uk/vvdata/vvta/VVTA_2022_02.noseq.psql.gz -O /docker-entrypoint-initdb.d/VVTA_2022_02.noseq.psql.gz
11+
RUN wget --output-document=VVTA_2022_02_noseq.sql.gz https://www528.lamp.le.ac.uk/vvdata/vvta/VVTA_2022_02_noseq.sql.gz -O /docker-entrypoint-initdb.d/VVTA_2022_02_noseq.sql.gz
1212

0 commit comments

Comments
 (0)