Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Generate code
uses: docker://gcr.io/pipecd/codegen@sha256:891f26a18497b6d4a3718cc41d109e99a019a7911fe556d281f24d2c7d6eb127 #v0.5.0
uses: docker://gcr.io/pipecd/codegen@sha256:088a403140a0fbed7d71270019edb81f073d2b4fa139f9046a453cd76b6e0384 #v0.6.0
with:
args: /github/workspace
- name: Show Git status
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: >

- [cmd/pipecd](https://github.com/pipe-cd/pipecd/tree/master/cmd/pipecd): entrypoint for binary of control-plane server.
- [pkg/app/server](https://github.com/pipe-cd/pipecd/tree/master/pkg/app/server): contains source code for control-plane api.
- [pkg/app/web](https://github.com/pipe-cd/pipecd/tree/master/pkg/app/web): contains source code for control-plane web.
- [web](https://github.com/pipe-cd/pipecd/tree/master/web): contains source code for the web console.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

first time the web console word be used officially 😄

- [pkg](https://github.com/pipe-cd/pipecd/tree/master/pkg): contains shared source code for all components of both `piped` and `control-plane`.

## How to run control-plane locally
Expand Down
2 changes: 1 addition & 1 deletion web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Setup

```bash
bazelisk build //pkg/app/web:build_api //pkg/app/web:build_model # generate models and API client from proto files. Also will install dependencies by yarn
bazelisk build //web:build_api //web:build_model # generate models and API client from proto files. Also will install dependencies by yarn
```

## Directory structure
Expand Down