From a5b14549f617e00862cd06a4f70c48c0ed9d8bd8 Mon Sep 17 00:00:00 2001 From: Ian Liu <81595625+ianliuwk1019@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:26:05 -0700 Subject: [PATCH] Dummy changes to triggers deployment following #701 (#703) Dummy changes to triggers deployment. --- admin/src/main.ts | 2 +- api/src/main.ts | 2 +- db/openshift.deploy.yml | 2 +- public/src/main.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/src/main.ts b/admin/src/main.ts index 24c96fcd5..f8c8034c8 100644 --- a/admin/src/main.ts +++ b/admin/src/main.ts @@ -77,4 +77,4 @@ bootstrapApplication(AppComponent, { ...routesProviders ] }) -.catch((err) => console.error(err)); +.catch((err) => console.error(err)); \ No newline at end of file diff --git a/api/src/main.ts b/api/src/main.ts index da9079581..005bd23d1 100644 --- a/api/src/main.ts +++ b/api/src/main.ts @@ -189,4 +189,4 @@ if (process.argv.length > 2 && standaloneRunTestDataMigrations(); } else { startApi(); -} \ No newline at end of file +} diff --git a/db/openshift.deploy.yml b/db/openshift.deploy.yml index ed70e7273..1c449f211 100644 --- a/db/openshift.deploy.yml +++ b/db/openshift.deploy.yml @@ -428,4 +428,4 @@ objects: activeDeadlineSeconds: 1600 dnsPolicy: "ClusterFirst" serviceAccountName: "${JOB_SERVICE_ACCOUNT}" - serviceAccount: "${JOB_SERVICE_ACCOUNT}" + serviceAccount: "${JOB_SERVICE_ACCOUNT}" \ No newline at end of file diff --git a/public/src/main.ts b/public/src/main.ts index 419cb7352..ee55f6eb9 100644 --- a/public/src/main.ts +++ b/public/src/main.ts @@ -46,4 +46,4 @@ bootstrapApplication(AppComponent, { ...coreProviders, ...routesProviders ] -}) \ No newline at end of file +})