File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 55
55
core :
56
56
name : Build (Core)
57
57
runs-on : ubuntu-latest
58
+ env :
59
+ REDISMS_DISABLE_POSTINSTALL : 1
60
+ MONGOMS_DISABLE_POSTINSTALL : 1
58
61
steps :
59
62
- name : Checkout
60
63
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 10
10
build :
11
11
name : Main Build
12
12
runs-on : ubuntu-24.04
13
+ env :
14
+ REDISMS_DISABLE_POSTINSTALL : 1
15
+ MONGOMS_DISABLE_POSTINSTALL : 1
13
16
outputs :
14
17
release_url : ${{ steps.create_release.outputs.upload_url }}
15
18
steps :
Original file line number Diff line number Diff line change 1
1
FROM node:22-alpine as builder
2
+ ENV MONGOMS_DISABLE_POSTINSTALL=1
3
+ ENV REDISMS_DISABLE_POSTINSTALL=1
2
4
WORKDIR /app
3
5
COPY . .
4
6
RUN apk add git make g++ alpine-sdk python3 py3-pip unzip
You can’t perform that action at this time.
0 commit comments