Skip to content

Commit c51895b

Browse files
authored
Merge pull request #3651 from dmcgowan/skip-darwin-deploy
Skip darwin deploy on release
2 parents 8ab81a0 + 58892a3 commit c51895b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ deploy:
121121
on:
122122
repo: containerd/containerd
123123
tags: true
124+
condition: $TRAVIS_GOOS = linux
124125
- provider: script
125126
script: bash script/release/deploy-cri
126127
skip_cleanup: true

0 commit comments

Comments
 (0)