Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 1, 2021
1 parent 55e277f commit 7a47632
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG AUTO_INIT=True
RUN apt-get update && apt-get install -y python3 python3-pip libpq-dev wget && apt-get clean

# Python deps
RUN pip3 install pytest psycopg2 pirogue pum
RUN pip3 install pytest psycopg2 exiftool

# Add source
ADD . /src
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: "create dumps"
run: |
docker run --name signalo opengisch/signalo:latest
docker exec signalo init_db.sh wait
docker exec signalo pg_dump --format custom --blobs --compress 5 --file db-dump.backup signalo
docker exec signalo init_db.sh build -d
docker exec signalo pg_dump --format custom --blobs --compress 5 --file db-dump-with-demo.backup signalo
Expand Down

0 comments on commit 7a47632

Please sign in to comment.