Skip to content

Commit

Permalink
Merge pull request #3 from NASA-IMPACT/fix/gh_actions
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
ranchodeluxe authored Dec 13, 2023
2 parents 7b2e6b7 + cb1e93d commit f3c235b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/job-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
aws-region: ${{ secrets.GH_ACTIONS_AWS_REGION }}

- name: install kubectl
run: |
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
run: |
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
- name: update kubeconfig with cluster
run: |
Expand Down

0 comments on commit f3c235b

Please sign in to comment.