1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-01 07:08:38 +00:00

Merge pull request #221 from cloudnautique/ignore_gitkeep_error

only grab rke binaries
This commit is contained in:
Darren Shepherd 2018-01-12 22:16:03 +00:00 committed by GitHub
commit 626cb0fbdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ pipeline:
image: plugins/github-release image: plugins/github-release
files: files:
- bin/* - bin/*
- build/bin/* - build/bin/rke_*
secrets: [github_token] secrets: [github_token]
when: when:
branch: master branch: master