Skip to content

Commit

Permalink
ci(docker): use existing application setting
Browse files Browse the repository at this point in the history
The application already has a PREREVIEW_ORCID_SANDBOX setting; the value in the YAML file was incorrect as it needs to
be a string rather than a boolean, so this removes it.

I'm not sure if this is the cause of the dev environment failing; I'd be surprised, but without feedback it's impossible
to tell.

Refs #390
  • Loading branch information
thewilkybarkid committed Jul 23, 2021
1 parent b1ebcb2 commit 1d511b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ services:
PREREVIEW_DB_PORT: 5432
PREREVIEW_DB_USER: prereview
PREREVIEW_DB_NAME: prereview
PREREVIEW_ORCID_SANDBOX: true

prereview-db:
image: postgres:12-alpine
Expand Down

0 comments on commit 1d511b0

Please sign in to comment.