diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index ac80f70..dce3b3a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -37,5 +37,4 @@ jobs: - name: SSH into the VM run: - gcloud compute ssh ${{ secrets.GCP_INSTANCE_NAME }} --zone=${{ secrets.GCP_ZONE }} --command "git clone ${{ secrets.REPO_URL }}" --error - + gcloud compute ssh ${{ secrets.GCP_INSTANCE_NAME}} --zone=${{ secrets.GCP_ZONE }} --command "git clone ${{ secrets.REPO_URL}}"