Skip to content

Commit

Permalink
ci: clean up admin and force install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Spanos committed Feb 23, 2024
1 parent 5674e72 commit 9c6143c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
1 change: 0 additions & 1 deletion .github/workflows/client-ui-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- "main"
paths:
- "src/ui/**"
- "!src/ui/apps/admin/**"
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion src/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:18.13.0-alpine as dependencies
WORKDIR /app
ARG NPM_TOKEN
COPY package*.json decorate-angular-cli.js .npmrc ./
RUN npm ci
RUN npm ci -f
RUN rm -f .npmrc


Expand Down
23 changes: 0 additions & 23 deletions src/ui/admin.Dockerfile

This file was deleted.

0 comments on commit 9c6143c

Please sign in to comment.