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 7676 run : |
7777 cd ./apps/question-service
7878 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
8279
8380 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"
8881 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
9282
9383 - name : Build and Run Services
9484 run : |
You can’t perform that action at this time.
0 commit comments