Skip to content

Commit a36f9d5

Browse files
committed
Wip
1 parent 82deef4 commit a36f9d5

File tree

6 files changed

+263
-211
lines changed

6 files changed

+263
-211
lines changed

backend/poetry.lock

Lines changed: 95 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e_batch/Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
-include .env
22

3+
4+
5+
APIGEE_ACCESS_TOKEN ?= $(shell export SSO_LOGIN_URL=https://login.apigee.com && eval get_token -u $(APIGEE_USERNAME))
6+
AWS_DOMAIN_NAME=https://$(shell make -C ../terraform -s output name=service_domain_name || true)
7+
8+
print-token:
9+
@echo "APIGEE_ACCESS_TOKEN=$(APIGEE_ACCESS_TOKEN)"
10+
311
run-immunization-batch:
412
ENVIRONMENT=$(environment) poetry run python -m unittest -v -c
13+
14+
test:
15+
ENVIRONMENT=$(environment) poetry run python -m unittest -v -c

e2e_batch/default.env

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
ENVIRONMENT=internal-dev
2+
REGION=eu-west-2
3+
PROXY_NAME=immunisation-fhir-api-pr-778
4+
APIGEE_ENVIRONMENT=internal-dev
5+
SERVICE_BASE_PATH=immunisation-fhir-api-pr-778
6+
7+
PR_NUMBER=778

0 commit comments

Comments
 (0)