From bf42e691e87cd6f5a219a2be1ab672d6e81c9b7c Mon Sep 17 00:00:00 2001 From: Sudip Bhattarai Date: Mon, 10 Jun 2024 16:59:39 +0545 Subject: [PATCH] Fix: Add sentry Backend DSN in playbook --- tests/test-infrastructure/build-images.sh | 2 +- tests/test-infrastructure/playbook.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test-infrastructure/build-images.sh b/tests/test-infrastructure/build-images.sh index f420231b3..e86103e7a 100755 --- a/tests/test-infrastructure/build-images.sh +++ b/tests/test-infrastructure/build-images.sh @@ -1,4 +1,4 @@ -#!/usr/bin/e bash +#!/usr/bin/env bash set -e export BASE_IMAGE_NAME="govtool" BASE_IMAGE_EXISTS=$(docker images -q "$BASE_IMAGE_NAME"/backend-base) diff --git a/tests/test-infrastructure/playbook.yml b/tests/test-infrastructure/playbook.yml index 8f0832fe6..6eef0d7c8 100644 --- a/tests/test-infrastructure/playbook.yml +++ b/tests/test-infrastructure/playbook.yml @@ -21,4 +21,5 @@ GOVTOOL_TAG: "{{ lookup('env', 'GOVTOOL_TAG') }}" NPMRC_TOKEN: "{{ lookup('env','NPMRC_TOKEN') }}" SENTRY_DSN_FRONTEND: "{{ lookup ('env', 'SENTRY_DSN_FRONTEND') }}" + SENTRY_DSN_BACKEND: "{{ lookup ('env', 'SENTRY_DSN_BACKEND') }}" become: yes \ No newline at end of file