Skip to content

Commit

Permalink
Merge pull request #180 from tcezard/expire_artifacts
Browse files Browse the repository at this point in the history
Expire Artifacts created by Gitlab after 1 week
  • Loading branch information
tcezard authored Oct 29, 2024
2 parents 721744f + 26d0311 commit af7f948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ test:
after_script:
- rm $MAVEN_SETTINGS
artifacts:
expire_in: 1 week
paths:
- $WS_ARTIFACT_PATH
- $COUNT_STATS_ARTIFACT_PATH
Expand Down

0 comments on commit af7f948

Please sign in to comment.