Skip to content

Commit

Permalink
Move the source to pipe-cd/pipecd/dockers
Browse files Browse the repository at this point in the history
  • Loading branch information
knanao committed Apr 5, 2022
1 parent b97cb9a commit 0c02b0f
Show file tree
Hide file tree
Showing 27 changed files with 2 additions and 2,545 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/build-test.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/gh-release.yaml

This file was deleted.

12 changes: 1 addition & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
FROM golang:1.16.5-alpine3.14

RUN apk update && apk add git

COPY . /app

RUN cd /app && \
go build -o /gh-release . && \
chmod +x /gh-release

ENTRYPOINT ["/gh-release"]
FROM gcr.io/pipecd/actions-gh-release:2.3.4
11 changes: 0 additions & 11 deletions Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: pipe-cd/actions-gh-release@v2.2.0
- uses: pipe-cd/actions-gh-release@v2.3.4
with:
release_file: '**/RELEASE'
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
21 changes: 0 additions & 21 deletions RELEASE

This file was deleted.

61 changes: 0 additions & 61 deletions comment.go

This file was deleted.

67 changes: 0 additions & 67 deletions comment_test.go

This file was deleted.

Loading

0 comments on commit 0c02b0f

Please sign in to comment.