Different ci structure.
This commit is contained in:
parent
1d5588dc89
commit
05e042c1ac
17
.travis.yml
17
.travis.yml
|
|
@ -1,14 +1,9 @@
|
|||
---
|
||||
language: python
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: prepare
|
||||
name: install requirements
|
||||
script: pip install mazer
|
||||
- stage: build
|
||||
name: mazer build
|
||||
script: release=$(mazer build | tail -n1 | awk '{print $NF}')
|
||||
- stage: release
|
||||
name: mazer publish
|
||||
script: mazer publish --api-key=${galaxy_api_key} ${release}
|
||||
install:
|
||||
- pip install mazer
|
||||
- release=$(mazer build | tail -n1 | awk '{print $NF}')
|
||||
|
||||
script:
|
||||
- mazer publish --api-key=${galaxy_api_key} ${release}
|
||||
|
|
|
|||
Loading…
Reference in New Issue