Skip to content

Commit

Permalink
no need to keep the zip file around, either use the one published to …
Browse files Browse the repository at this point in the history
…S3, or run `make package` to create release.zip
  • Loading branch information
homeyjd committed Jan 27, 2019
1 parent be27b49 commit df74fd1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ sample-data
.DS_Store
.idea/*
*.env
release.zip
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWS_CLI ?= /usr/local/bin/aws
TEMP_PATH = .temp
RELEASE_ZIP = build/release.zip
RELEASE_ZIP = release.zip

# Load from .env file
ifdef TARGET
Expand Down
Empty file removed build/.keep
Empty file.
Binary file removed build/release.zip
Binary file not shown.

0 comments on commit df74fd1

Please sign in to comment.