Skip to content

Commit

Permalink
git clone ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Jan 30, 2024
1 parent 15d007a commit 4ecd4ab
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 @@ -29,7 +29,7 @@ jobs:
run: |
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.SSH_PRIVATE_KEY }}'
git clone https://github.com/maticnetwork/polygon-devnets
git clone git@github.com:maticnetwork/polygon-devnets.git
cd polygon-devnets/docker/pos
make all DEV=true K8S_ENV=true K8S_NS=test
- name: Load images into cluster
Expand Down

0 comments on commit 4ecd4ab

Please sign in to comment.