Skip to content

Commit 31e050e

Browse files
authored
Merge pull request #248 from ngageoint/container-build-fix
Container build fix
2 parents 5b201ad + 709755d commit 31e050e

File tree

3 files changed

+12851
-11099
lines changed

3 files changed

+12851
-11099
lines changed

.github/workflows/build_test.image.service.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
npm ci --force
4242
npm install --os=linux --cpu=x64 sharp
4343
npm link ../../../service
44+
rm -rf node_modules/mongoose
4445
npm test
4546
4647
package:
@@ -68,6 +69,7 @@ jobs:
6869
npm ci --force
6970
npm install --os=linux --cpu=x64 sharp
7071
npm link ../../../service
72+
rm -rf node_modules/mongoose
7173
npm run build
7274
- name: pack
7375
run: npm pack ./plugins/image/service

0 commit comments

Comments
 (0)