Skip to content

Commit

Permalink
[ci] change CI script to package only tagged commits
Browse files Browse the repository at this point in the history
Former-commit-id: 925c88838926ed19288be4116ba2691c0db3900c
  • Loading branch information
mdiazmel committed May 7, 2018
1 parent c0f0245 commit b6f96e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ test_install:mac:
- clinica --help
- source deactivate

package:mac:
pkg:
stage: package
tags:
- macOS
Expand All @@ -94,4 +94,5 @@ package:mac:
name: "$CI_COMMIT_REF_NAME"
paths:
- clinica-$CI_COMMIT_REF_NAME.tar.gz
expire_in: 5 hours
only:
- tags

0 comments on commit b6f96e6

Please sign in to comment.