diff --git a/.woodpecker.yml b/.woodpecker.yml index 18959633..10054163 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -47,7 +47,6 @@ pipeline: - "dotenv RAILS_ENV=production bundle exec rails assets:precompile" - "dotenv RAILS_ENV=production bundle exec rails assets:clean" - "git add public && git commit -m \"ci: assets [skip ci]\"" - - "git pull upstream ${CI_COMMIT_BRANCH}" - "git push upstream ${CI_COMMIT_BRANCH}" secrets: - "SSH_KEY" diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 1eabf730..652d1ae0 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -557,5 +557,3 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1); } } } - -// force ci