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

Commit

Permalink
remove make package, build only
Browse files Browse the repository at this point in the history
  • Loading branch information
mashiike committed Jul 16, 2020
1 parent fb26fc0 commit 8fa7bb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build Layer
- name: Build Layer on docker
run: |
make build_on_docker
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- name: Create Release Package
run: |
make packages
- name: Create a Release
id: create_release
uses: actions/create-release@v1
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ build: bin/kv2json awscli
@rm -rf export
@mkdir export
@zip -yr export/layer.zip bootstrap bin lib libexec share

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 8fa7bb6

Please sign in to comment.