Skip to content

Commit

Permalink
ci: ✨ clean
Browse files Browse the repository at this point in the history
It was an upstream issue:
npm/cli#6644

This is just to trigger the ci and remove this unneeded change
  • Loading branch information
melMass authored Jul 14, 2023
1 parent b4ce403 commit 6923b9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ WORKDIR /usr/src/app

COPY . .
RUN : \
&& npm config set registry https://registry.npmjs.org \
&& npm install; npm run build \
&& echo "add_header x-teia-commit-hash $(git rev-parse HEAD);" > /header.conf

Expand Down

0 comments on commit 6923b9c

Please sign in to comment.