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