mirror of https://github.com/aredn/aredn.git
ci: add check2build to workflow section (#114)
This commit is contained in:
parent
d72e29b94a
commit
08a234e8c4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue