5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-05 15:16:56 +00:00

chore: force ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
f 2023-03-31 18:30:44 -03:00
parent 7b6b82c6c1
commit 76ef56afe7
2 changed files with 2 additions and 1 deletions

View file

@ -46,7 +46,6 @@ pipeline:
- "dotenv RAILS_ENV=production bundle exec rails webpacker:clobber"
- "dotenv RAILS_ENV=production bundle exec rails assets:precompile"
- "dotenv RAILS_ENV=production bundle exec rails assets:clean"
- "find public -type f -print0 | xargs -r0 brotli -k9f"
- "git add public && git commit -m \"ci: assets [skip ci]\""
- "git pull upstream ${CI_COMMIT_BRANCH}"
- "git push upstream ${CI_COMMIT_BRANCH}"

View file

@ -557,3 +557,5 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
}
}
}
// force ci