Skip to content

Commit

Permalink
Udate perms on porchctl bin
Browse files Browse the repository at this point in the history
  • Loading branch information
efiacor committed Feb 23, 2024
1 parent a271dfb commit d0a3029
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/porchctl-cli-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ jobs:
- 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
echo $PATH
sudo chmod 755 /usr/local/bin/porchctl
porchctl -h
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1
Expand Down

0 comments on commit d0a3029

Please sign in to comment.