From a20efde512df1e4586a9f23f06fb19fbcff40b22 Mon Sep 17 00:00:00 2001 From: Darius Schneider <schneider@itc.rwth-aachen.de> Date: Thu, 26 Sep 2024 15:39:10 +0200 Subject: [PATCH] artifacts buggy, dismiss --- rails/gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rails/gitlab-ci.yml b/rails/gitlab-ci.yml index 95dd536..ff66ce5 100644 --- a/rails/gitlab-ci.yml +++ b/rails/gitlab-ci.yml @@ -93,12 +93,12 @@ rails_system_test: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres POSTGRES_URL: "postgresql://postgres:postgres@postgres:5432" - artifacts: - when: on_failure - paths: - - tmp/screenshots - - log/test.log - expire_in: 1 week + # artifacts: + # when: on_failure + # paths: + # - tmp/screenshots + # - log/test.log + # expire_in: 1 week script: - mkdir tmp/screenshots - gem install bundler --silent && bundle install --jobs $(nproc) --quiet -- GitLab