GoogleCloudPlatform / cloud-run-button

Let anyone deploy your GitHub repos to Google Cloud Run with a single click
https://cloud.run
Apache License 2.0
527 stars 92 forks source link

Fix Failing Git Clone Test #111

Closed jamesward closed 4 years ago

jamesward commented 4 years ago

This test is failing for me (and will fail in CI): https://github.com/GoogleCloudPlatform/cloud-run-button/blob/master/cmd/cloudshell_open/clone_test.go#L83

clone_test.go:94: clone(git@github.com:google/new-project.git) error = git clone failed: exit status 128, output:
        Cloning into '/tmp/git-clone-test475820070/test-3'...
        git@github.com: Permission denied (publickey).
        fatal: Could not read from remote repository.

        Please make sure you have the correct access rights
        and the repository exists.
        , wantErr false