Skip to content

Commit

Permalink
Merge pull request #1900 from IntersectMBO/infra/test-chores
Browse files Browse the repository at this point in the history
Fix frontend PDF_API_URL variable during build
  • Loading branch information
mesudip authored Sep 3, 2024
2 parents 4cd1889 + 65841d4 commit b23f785
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 30 deletions.
3 changes: 2 additions & 1 deletion tests/test-infrastructure/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ SENTRY_DSN_BACKEND=
CARDANO_NETWORK=sanchonet
BASE_DOMAIN=govtool.cardanoapi.io
GOVTOOL_TAG=test
APP_ENV=test
APP_ENV=test
PDF_API_URL=
2 changes: 1 addition & 1 deletion tests/test-infrastructure/docker-compose-cardano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ services:
condition: on-failure
delay: 15s
kuber:
image: dquadrant/kuber:4c3c5230db9a9b8ac84487fbc11ccd28b0cd5917-amd64
image: dquadrant/kuber:3.1.0
environment:
CARDANO_NODE_SOCKET_PATH: /ipc/node.socket
VIRTUAL_HOST: https://kuber-${BASE_DOMAIN}
Expand Down
1 change: 1 addition & 0 deletions tests/test-infrastructure/docker-compose-govtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ services:
VITE_IS_PROPOSAL_DISCUSSION_FORUM_ENABLED: "true"
VITE_METADATA_API_URL: https://${BASE_DOMAIN}/metadata-validation
VITE_GTM_ID: ${GTM_ID}
VITE_PDF_API_URL: ${PDF_API_URL}
environment:
VIRTUAL_HOST: https://${BASE_DOMAIN}
networks:
Expand Down
28 changes: 0 additions & 28 deletions tests/test-infrastructure/playbook.yml

This file was deleted.

0 comments on commit b23f785

Please sign in to comment.