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 1, 2021
1 parent 80b1500 commit ae14828
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run-on-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
mkdir -p ~/.local/bin/kubectl
mv ./kubectl ~/.local/bin/kubectl
export PATH=$PATH:~/.local/bin/kubectl
echo "export KUBECONFIG=$HOME/.kube/config" >> $HOME/.bashrc
export KUBECONFIG=$HOME/.kube/config
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
Expand All @@ -41,6 +39,6 @@ jobs:
uses: mxschmitt/[email protected]
- name: Deploy & Run SAME Program
run: |
same program run --experiment-name "${{ github.repository }}" --run-name "RELEASE-${{ env.RELEASE_VERSION }}" --run-param=sha=${{ github.sha }}
LOG_LEVEL=trace 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 ae14828

Please sign in to comment.