Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Mar 5, 2024
1 parent 8409860 commit 16a0b90
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
smoke-test:
runs-on: ubuntu-latest
env:
KUBECONFIG: /home/artifacts/kubeconfig
KUBECONFIG: /home/runner/artifacts/kubeconfig
INFRA_TOKEN_PROD: ${{ secrets.INFRA_TOKEN }}
INFRA_TOKEN_DEV: ${{ secrets.INFRA_TOKEN_DEV }}
USE_GKE_GCLOUD_AUTH_PLUGIN: "True"
Expand All @@ -55,10 +55,7 @@ jobs:
env:
INFRA_TOKEN: ${{ env.INFRA_TOKEN_PROD }}
run: |
echo "$HOME"
echo "$PATH"
ls -lisa ~/.local/bin/
infractl artifacts "${{ inputs.cluster }}" -d /home/artifacts >> "$GITHUB_STEP_SUMMARY"
infractl artifacts "${{ inputs.cluster }}" -d "/home/runner/artifacts" >> "$GITHUB_STEP_SUMMARY"
kubectl get nodes -o wide || true
kubectl -n infra port-forward svc/infra-server-service 8443:8443 &
sleep 10
Expand Down

0 comments on commit 16a0b90

Please sign in to comment.