You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: devops/Makefile
+5-5
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ define DB_MIGRATIONS
43
43
endef
44
44
45
45
defineDB_MIGRATIONS_JOB_NAME
46
-
"db.migrations"
46
+
"$(HOST_PREFIX)db.migrations"
47
47
endef
48
48
49
49
defineAPI
@@ -322,12 +322,12 @@ run-db-migrations:
322
322
| oc -n $(NAMESPACE) apply -f -
323
323
324
324
wait-for-db-migrations:
325
-
while [ "$$(oc get job $(DB_MIGRATIONS_JOB_NAME) -o=jsonpath='{.status.conditions[?(@.type=="Complete")].status}' || echo "None")"!="True" ] && [ "$$WAIT_TIME"-lt"$$MAX_WAIT" ];do sleep 5; WAIT_TIME=$$((WAIT_TIME+5));done
326
-
if [ "$$(oc get job $(DB_MIGRATIONS_JOB_NAME) -o=jsonpath='{.status.conditions[?(@.type=="Complete")].status}' || echo "None")"!="True" ];thenecho"Error: Job $(DB_MIGRATIONS_JOB_NAME) failed to complete within the specified timeout";exit 1;fi
Copy file name to clipboardExpand all lines: sources/packages/backend/apps/api/src/route-controllers/assessment/_tests_/e2e/assessment.institutions.controller.getAssessmentAwardDetails.e2e-spec.ts
Copy file name to clipboardExpand all lines: sources/packages/backend/apps/api/src/route-controllers/assessment/_tests_/e2e/assessment.institutions.controller.getRequestedAssessmentSummary.e2e-spec.ts
0 commit comments