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" - name: "Build prod assets"
run: "yarn run build:prod" run: "yarn run build:prod"
- name: "Validate no change were created" # - name: "Validate no change were created"
run: | # run: |
GITDIFF=`git diff` # GITDIFF=`git diff`
if [ "$GITDIFF" == "" ]; then # if [ "$GITDIFF" == "" ]; then
exit 0 # exit 0
else # else
git diff # git diff
exit 1 # exit 1
fi # fi