mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fn: circleci and makefile adjustments (#625)
* fn: circleci and makefile adjustments *) Moved more tasks into Makefile to allow for parallelism and dependency checks. *) Added cpu count in circleci make invocations for parallelism * fn: typo sqlite => sqlite3 * fn: removed unnecessary make pull & install
This commit is contained in:
committed by
Reed Allman
parent
ae8e87f877
commit
d329e0ef5b
@@ -1,4 +1,5 @@
|
||||
set -ex
|
||||
#!/bin/bash
|
||||
set -exuo pipefail
|
||||
|
||||
function host {
|
||||
case ${DOCKER_LOCATION:-localhost} in
|
||||
|
||||
Reference in New Issue
Block a user