ci: add check2build to workflow section (#114)

This commit is contained in:
dman776 2018-08-07 08:37:31 -05:00 committed by GitHub
parent d72e29b94a
commit 08a234e8c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -27,8 +27,7 @@ jobs:
- run:
name: Deploy Files
command: scp -o StrictHostKeyChecking=no ~/${CIRCLE_BRANCH}_${ARTIFACTS_FILE} ${SSH_USER}@${SSH_HOST}:~/
needs_to_be_built:
check2build:
machine:
enabled: true
steps:
@ -102,9 +101,10 @@ workflows:
branches:
only: develop
jobs:
- check2build
- build:
requires:
- needs_to_be_built
- check2build
- save_build_info:
requires:
- build