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