File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 76
76
run : |
77
77
cd ./apps/question-service
78
78
echo "$QUESTION_FIREBASE_JSON" > "./$QUESTION_FIREBASE_CREDENTIAL_PATH"
79
- echo "Created question service credential file at: $QUESTION_FIREBASE_CREDENTIAL_PATH"
80
- echo "Current directory after cd to question-service: $(pwd)"
81
- ls -la
82
79
83
80
cd ../history-service
84
- echo "Current directory after cd to history-service: $(pwd)"
85
- ls -la
86
- echo "History Firebase JSON: $HISTORY_FIREBASE_JSON"
87
- echo "History Firebase Credential Path: $HISTORY_FIREBASE_CREDENTIAL_PATH"
88
81
echo "$HISTORY_FIREBASE_JSON" > "./$HISTORY_FIREBASE_CREDENTIAL_PATH"
89
- echo "Created history service credential file at: $HISTORY_FIREBASE_CREDENTIAL_PATH"
90
- echo "Current directory after cd to history-service: $(pwd)"
91
- ls -la
92
82
93
83
- name : Build and Run Services
94
84
run : |
You can’t perform that action at this time.
0 commit comments