Different ci structure.

This commit is contained in:
Robert de Bock 2019-06-11 17:35:28 +02:00
parent 1d5588dc89
commit 05e042c1ac
1 changed files with 6 additions and 11 deletions

View File

@ -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}