Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
not build dependency, depend on export/layer.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
mashiike committed Jul 16, 2020
1 parent 92560c7 commit fb26fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: bin/kv2json awscli
@mkdir export
@zip -yr export/layer.zip bootstrap bin lib libexec share

packages: build
packages: export/layer.zip
@zip -yr export/bash-lambda-layer.zip export/layer.zip publish.sh publish-only.sh README.publish.md

publish:
Expand Down

0 comments on commit fb26fc0

Please sign in to comment.