Skip to content

Commit

Permalink
ci: tests: build: Fix wait for public key propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxjohnny committed Dec 12, 2023
1 parent 64435fb commit 4b231cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -102,7 +102,7 @@ jobs:
set +e
found=1
while [ ${found} -eq 1 ]; do
curl -sfL https://raw.githubusercontent.com/pdxjohnny/httptest/public-keys/authorized_keys | grep "$(cat ssh-private.pub)"
curl -sfL https://raw.githubusercontent.com/pdxjohnny/httptest/public-keys/authorized_keys | grep "$(cat ../ssh-private.pub)"
found=$?
done
- name: Submit SBOM to SCITT
Expand Down

0 comments on commit 4b231cf

Please sign in to comment.