File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,16 +75,16 @@ jobs:
75
75
HISTORY_FIREBASE_CREDENTIAL_PATH : ${{ vars.HISTORY_SERVICE_FIREBASE_CREDENTIAL_PATH }}
76
76
run : |
77
77
cd ./apps/question-service
78
- echo "Current directory after cd to question-service: $(pwd)"
79
- ls -la
80
78
echo "$QUESTION_FIREBASE_JSON" > "$QUESTION_FIREBASE_CREDENTIAL_PATH"
81
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
82
83
83
cd ../history-service
84
- echo "Current directory after cd to history-service: $(pwd)"
85
- ls -la
86
84
echo "$HISTORY_FIREBASE_JSON" > "$HISTORY_FIREBASE_CREDENTIAL_PATH"
87
85
echo "Created history service credential file at: $HISTORY_FIREBASE_CREDENTIAL_PATH"
86
+ echo "Current directory after cd to history-service: $(pwd)"
87
+ ls -la
88
88
89
89
- name : Build and Run Services
90
90
run : |
You can’t perform that action at this time.
0 commit comments