Skip to content

Commit 624acca

Browse files
committed
fix
1 parent 9d09f2c commit 624acca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/smoke-test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
with:
5151
fetch-depth: 0
5252
ref: ${{ github.event.pull_request.head.sha }}
53-
path: go/src/github.com/stackrox/infra
5453

5554
- name: Authenticate to GCloud
5655
uses: google-github-actions/auth@v2
@@ -70,7 +69,6 @@ jobs:
7069
INFRA_TOKEN: ${{ secrets.INFRA_TOKEN }}
7170
run: |
7271
/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
7472
7573
- name: Deploy infra to smoke test cluster
7674
run: |

0 commit comments

Comments
 (0)