Skip to content

Commit

Permalink
fixed script?
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB committed Jun 18, 2024
1 parent 8b8e8bb commit e2bd188
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.glibc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM $NODE_BUILD_IMAGE AS build
WORKDIR /kerberos
COPY . .

RUN npm run install:kerberos
RUN npm run install kerberos
RUN npm run test

FROM scratch
Expand Down
51 changes: 0 additions & 51 deletions .github/scripts/run-prebuild.sh

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build ${{ matrix.os }} Prebuild
run: npm run prebuild
env:
GH_TOKEN: ${{ github.token }}
run: npm run prebuild

- id: upload
name: Upload prebuild
Expand Down

0 comments on commit e2bd188

Please sign in to comment.