Skip to content

Commit

Permalink
Dummy changes to triggers deployment following #701 (#703)
Browse files Browse the repository at this point in the history
Dummy changes to triggers deployment.
  • Loading branch information
ianliuwk1019 authored Oct 23, 2024
1 parent 0e3ea4b commit a5b1454
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion admin/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ bootstrapApplication(AppComponent, {
...routesProviders
]
})
.catch((err) => console.error(err));
.catch((err) => console.error(err));
2 changes: 1 addition & 1 deletion api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ if (process.argv.length > 2 &&
standaloneRunTestDataMigrations();
} else {
startApi();
}
}
2 changes: 1 addition & 1 deletion db/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,4 +428,4 @@ objects:
activeDeadlineSeconds: 1600
dnsPolicy: "ClusterFirst"
serviceAccountName: "${JOB_SERVICE_ACCOUNT}"
serviceAccount: "${JOB_SERVICE_ACCOUNT}"
serviceAccount: "${JOB_SERVICE_ACCOUNT}"
2 changes: 1 addition & 1 deletion public/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ bootstrapApplication(AppComponent, {
...coreProviders,
...routesProviders
]
})
})

0 comments on commit a5b1454

Please sign in to comment.