Skip to content

Commit

Permalink
Merge branch 'white/dev' into white/master
Browse files Browse the repository at this point in the history
  • Loading branch information
llazzaro committed Jun 6, 2019
2 parents fc9502a + dffa37a commit e29793d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ binary_files:
- dist/faraday-client
- dist/faraday-fplugin
expire_in: 1 week

only:
variables:
- $CI_COMMIT_REF_NAME =~ /^.*\/(dev|master)$/

macos_dmg:
tags:
Expand Down Expand Up @@ -188,7 +190,9 @@ macos_dmg:
paths:
- Faraday.dmg
expire_in: 1 week

only:
variables:
- $CI_COMMIT_REF_NAME =~ /^.*\/(dev|master)$/

# This is a test of future test case that will be scheduled
i_do_nothing:
Expand Down

0 comments on commit e29793d

Please sign in to comment.