From b166241a6d66126e17f6479ccb80d8fa410d8fba Mon Sep 17 00:00:00 2001 From: Pete Travis Date: Dec 29 2015 22:05:00 +0000 Subject: yup, definitely going to make buildsteps declare a type. --- diff --git a/src/example_document.yaml b/src/example_document.yaml index 9e8735e..d4a3874 100644 --- a/src/example_document.yaml +++ b/src/example_document.yaml @@ -16,7 +16,7 @@ scheduler: scm_change steps: - type: scm_pull - - build: + - type: build langs: native_language - type: translation_push - name: translation test @@ -26,9 +26,9 @@ scheduler: nightly steps: - type: scm_pull - - translation_pull: + - type: translation_pull langs: +25% - - build: + - type: build langs: all - name: draft publish branches: @@ -36,11 +36,12 @@ scheduler: scm_change steps: - type: scm_pull - - build: + - type: build langs: - native_language - +50% - - publish: + - type: extract + - type: publish site: draft - name: production publish branches: published_branches @@ -49,10 +50,10 @@ - type: scm_pull - translation_pull: langs: +80% - - build: + - type: build langs: all - - extract - - publish: + - type: extract + - type: publish site: production