From 3bb8ffd30db40f25f69ebbcad5ac14a392c5e10c Mon Sep 17 00:00:00 2001 From: f Date: Fri, 31 Mar 2023 18:52:34 -0300 Subject: [PATCH] chore: force ci --- .woodpecker.yml | 1 - app/assets/stylesheets/application.scss | 2 -- 2 files changed, 3 deletions(-) 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