Skip to content

Commit

Permalink
fix: integration-linux.yaml template for kpt installation
Browse files Browse the repository at this point in the history
  • Loading branch information
renzodavid9 committed Nov 24, 2022
1 parent ba4ee06 commit effb847
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,9 @@ jobs:
- name: Install Kpt
if: ${{ env.NON_DOCS_FILES_CHANGED != 0 }}
run: |
wget -O kpt https://github.com/GoogleContainerTools/kpt/releases/download/v{{ matrix.kpt_version }}/kpt_linux_amd64 && chmod +x kpt
wget -O kpt https://github.com/GoogleContainerTools/kpt/releases/download/v${{ matrix.kpt_version }}/kpt_linux_amd64 && chmod +x kpt
sudo mv kpt /usr/local/bin/
- name: Install GCloud
if: ${{ env.NON_DOCS_FILES_CHANGED != 0 }}
run: |
Expand Down

0 comments on commit effb847

Please sign in to comment.