Skip to content

Commit

Permalink
double wildcard syntax for artifacts on GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Mar 4, 2019
1 parent dfdc9dd commit a9e4e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ install:
artifacts:
when: always
paths:
- cypress/videos/*.mp4
- cypress/screenshots/*/*.png
- cypress/videos/**/*.mp4
- cypress/screenshots/**/*.png
expire_in: 1 day

# actual job definitions
Expand Down

0 comments on commit a9e4e5d

Please sign in to comment.