Commit 95dce81
Matthew
fix(travis): deploy client on every push to master
Travis' `on` condition is an AND operation, so essentially in its
current configuration no client builds will be produced because
the build must be
1) from a merge to master AND
2) a tagged release
We have branching logic in `make prep-bintray-manifest` that will
deploy client builds to either deisci or to the deis org depending
on if the commit is from a tag or not, so we should deploy on
every PR so the deisci org is filled to the brim with cilent builds.1 parent 5502cf5 commit 95dce81
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
0 commit comments