We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f02521 commit 081c8c0Copy full SHA for 081c8c0
.github/workflows/ci.yml
@@ -363,8 +363,8 @@ jobs:
363
- name: Check Dockerfile is up to date
364
run: |
365
yarn update-dockerfile
366
- if ! git diff --quiet; then
+ if ! git diff --quiet -- . ':!yarn.lock'; then
367
echo "Dockerfile is not up to date. Please run 'yarn update-dockerfile' and commit the changes."
368
- git diff
+ git diff -- . ':!yarn.lock'
369
exit 1
370
fi
0 commit comments