mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-12 22:42:23 +00:00
Merge pull request #171 from bzz/ci-fix-cond-deployemt
HOTDIX: fix .travis.yml syntax for conditional deployments
This commit is contained in:
commit
c472c24d6d
12
.travis.yml
12
.travis.yml
@ -68,7 +68,8 @@ jobs:
|
||||
file_glob: true
|
||||
file: build/*.tar.gz
|
||||
skip_cleanup: true
|
||||
tags: true
|
||||
on:
|
||||
tags: true
|
||||
|
||||
- name: 'linux shared lib'
|
||||
stage: release
|
||||
@ -82,7 +83,8 @@ jobs:
|
||||
file:
|
||||
- ./.shared/linux-x86-64/libenry.so
|
||||
skip_cleanup: true
|
||||
tags: true
|
||||
on:
|
||||
tags: true
|
||||
|
||||
- name: 'macOS shared lib'
|
||||
stage: release
|
||||
@ -105,7 +107,8 @@ jobs:
|
||||
secure: $GITHUB_TOKEN
|
||||
file: ./.shared/darwin/libenry.dylib
|
||||
skip_cleanup: true
|
||||
tags: true
|
||||
on:
|
||||
tags: true
|
||||
|
||||
- name: 'java: publish to maven'
|
||||
stage: publish
|
||||
@ -140,4 +143,5 @@ jobs:
|
||||
file_glob: true
|
||||
file: ./target/enry-java*.jar
|
||||
skip_cleanup: true
|
||||
tags: true
|
||||
on:
|
||||
tags: true
|
||||
|
Loading…
Reference in New Issue
Block a user