diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-12-07 02:30:24 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-12-07 02:30:24 +0100 |
commit | 7905afdd666287b310961556bd6990e0daecc24f (patch) | |
tree | 6c35b12091475241d39e1f6228c85c719b0038ca /build-aux | |
parent | dbc036c94e38286fcbc439c176dd7a7ffd6bbbd6 (diff) | |
download | blogc-7905afdd666287b310961556bd6990e0daecc24f.tar.gz blogc-7905afdd666287b310961556bd6990e0daecc24f.tar.bz2 blogc-7905afdd666287b310961556bd6990e0daecc24f.zip |
travis: fixed deployed files for blogc-github-lambda
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/travis-deploy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build-aux/travis-deploy.sh b/build-aux/travis-deploy.sh index 51aac3e..c1a8f6c 100755 --- a/build-aux/travis-deploy.sh +++ b/build-aux/travis-deploy.sh @@ -24,6 +24,8 @@ fi if [[ "x${TARGET}" = "xdist-srpm" ]]; then FILES=( build/*.src.rpm ) +elif [[ "x${TARGET}" = "xblogc-github-lambda" ]]; then + FILES=( build/*.zip ) else FILES=( build/*.{*.tar.{gz,bz2,xz},zip} ) fi |