Skip to content

Commit

Permalink
clone private devnets
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Jan 30, 2024
1 parent 5380723 commit 15d007a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8s-regression-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pwd
kind create cluster --name regression-tester --config .github/workflows/kind-config.yaml.sample
kubectl cluster-info --context kind-regression-tester
- name: Clone and build devnet images
- name: Clone and then build devnet images
run: |
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.SSH_PRIVATE_KEY }}'
Expand Down

0 comments on commit 15d007a

Please sign in to comment.