From 24315af13e09eb85961a662b414169ab4fd1e404 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 30 Nov 2023 13:53:57 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20no=20pushear=20si=20fall=C3=B3=20la=20co?= =?UTF-8?q?mpilaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9c125fb..9f7cbf57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,5 @@ assets: - "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" - after_script: - "git add public && git commit -m \"ci: assets [skip ci]\"" - "git push -o ci.skip origin HEAD:panel.sutty.nl"