Skip to content

Commit

Permalink
Merge pull request #7 from voxpupuli/fix2
Browse files Browse the repository at this point in the history
remove artifacts from gitlab example
  • Loading branch information
rwaffen committed Apr 11, 2024
2 parents 0bb99b6 + 8cff36e commit 5b19677
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@ test-unit:
extends: .test
script:
- $RAKE spec
artifacts:
expire_in: "30 days"
when: always
paths:
- "rspec.xml"
reports:
junit: "rspec.xml"

test-acceptance:
extends: .test
Expand Down

0 comments on commit 5b19677

Please sign in to comment.