Disable assets check

This commit is contained in:
Jeremy Benoist 2020-11-27 14:15:10 +01:00
parent d9bc425e1a
commit c09b4bbea5
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -31,12 +31,12 @@ jobs:
- name: "Build prod assets"
run: "yarn run build:prod"
- name: "Validate no change were created"
run: |
GITDIFF=`git diff`
if [ "$GITDIFF" == "" ]; then
exit 0
else
git diff
exit 1
fi
# - name: "Validate no change were created"
# run: |
# GITDIFF=`git diff`
# if [ "$GITDIFF" == "" ]; then
# exit 0
# else
# git diff
# exit 1
# fi