Skip to content

Commit

Permalink
Add porchctl to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
efiacor committed Feb 23, 2024
1 parent 66af825 commit 1b48d48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/porchctl-cli-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
repo: kptdev/kpt
tag: v1.0.0-beta.49
chmod: 0755

- name: Build and install porchctl
run: |
go build -o ${GITHUB_WORKSPACE}.build/ ./cmd/porchctl
chmod -x ${GITHUB_WORKSPACE}.build/porchctl
mv ${GITHUB_WORKSPACE}.build/porchctl /usr/local/bin/porchctl
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1
with:
Expand Down

0 comments on commit 1b48d48

Please sign in to comment.