Remove .github from repo clone (#11809)

pull/11810/head
Jenna Goldstrich 4 years ago committed by GitHub
parent e8c623f75f
commit f94e3ea01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,7 +78,7 @@ jobs:
- name: Clone HPATS
run: |
eval `ssh-agent -s` && ssh-add - <<< '${{ secrets.HPATS_ACCESS_TOKEN }}'
git clone git@github.com:hashicorp/hcp-packer-acceptance-tests.github
git clone git@github.com:hashicorp/hcp-packer-acceptance-tests
cd hcp-packer-acceptance-tests
- name: Set HCP Access Token
run: export HCP_ACCESS_TOKEN=$(make hcp/get-auth0-m2m-access-token)

Loading…
Cancel
Save