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