Skip to content

Commit

Permalink
Update run-on-cluster.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aronchick authored Apr 28, 2021
1 parent a3d5455 commit e1368a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-on-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
mv ./kubectl ~/.local/bin/kubectl
export PATH=$PATH:~/.local/bin/kubectl
echo "export KUBECONFIG=$HOME/.kube/config" >> $HOME/.bashrc
export KUBECONFIG=$HOME/.kube/config
export KUBECONFIG=~/.kube/config
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
Expand All @@ -40,4 +40,4 @@ jobs:
run: |
same program run --experiment-name "${{ github.repository }}" --run-name "RELEASE-${{ env.RELEASE_VERSION }}" --run-param=sha=${{ github.sha }}
env:
KUBECONFIG: $HOME/.kube/config
KUBECONFIG: ~/.kube/config

0 comments on commit e1368a3

Please sign in to comment.