Skip to content

Commit

Permalink
Merge pull request #120 from camptocamp/rm_build_options
Browse files Browse the repository at this point in the history
Remove args to build script
  • Loading branch information
fredj authored Mar 23, 2020
2 parents e6b9d90 + a20695e commit 53c5283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
ENV_FILES = env.default env.project env.secrets
BUILD_OPTIONS = --config

.PHONY: build
build:
./build $(BUILD_OPTIONS) $(ENV_FILES)
./build $(BUILD_OPTIONS)


GPG_KEYS += D1D6A94C # Stéphane Brunner
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Build
.. code::
make secrets
./build env.default env.project env.secrets
./build
Run locally
-----------
Expand Down

0 comments on commit 53c5283

Please sign in to comment.