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