Skip to content

Commit 3976b0c

Browse files
committed
Use Node image with Python to fix migrations
1 parent bfe49d8 commit 3976b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Deploy Firebase changes:
5555

5656
Run Firestore migrations:
5757
stage: build
58-
image: node:14.5.0-alpine3.12
58+
image: node:14.5.0
5959
cache:
6060
paths:
6161
- node_modules

0 commit comments

Comments
 (0)