We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d09f2c commit 624accaCopy full SHA for 624acca
.github/workflows/smoke-test.yaml
@@ -50,7 +50,6 @@ jobs:
50
with:
51
fetch-depth: 0
52
ref: ${{ github.event.pull_request.head.sha }}
53
- path: go/src/github.com/stackrox/infra
54
55
- name: Authenticate to GCloud
56
uses: google-github-actions/auth@v2
@@ -70,7 +69,6 @@ jobs:
70
69
INFRA_TOKEN: ${{ secrets.INFRA_TOKEN }}
71
run: |
72
/home/runner/.local/bin/infractl artifacts "${{ steps.determine-cluster-name.outputs.cluster-name }}" -d /home/runner/artifacts >> "$GITHUB_STEP_SUMMARY"
73
- kubectl get nodes -o wide || true
74
75
- name: Deploy infra to smoke test cluster
76
0 commit comments