mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
* 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
3 lines
50 B
Bash
Executable File
3 lines
50 B
Bash
Executable File
set -e
|
|
docker push fnproject/fn-test-utils:latest
|