Skip to content

Commit 4aaddc5

Browse files
committed
small fix
1 parent f553384 commit 4aaddc5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.ci/skills-gen.cloudbuild.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ steps:
5757
waitFor: ["generate-skills"]
5858
entrypoint: "bash"
5959
volumes:
60-
- name: "ssh-keys" # This mounts the keys generated in Step 1
60+
- name: "ssh-keys"
6161
path: /root/.ssh
6262
args:
6363
- -c
@@ -73,7 +73,6 @@ steps:
7373
git config user.name "release-please[bot]"
7474
git config user.email "55107282+release-please[bot]@users.noreply.github.com"
7575
76-
# We can now just push natively using the SSH URL!
7776
git remote set-url origin git@github.com:gemini-cli-extensions/cloud-sql-postgresql.git
7877
git add .
7978
git commit -m "chore: auto-generate skills based on toolbox_version.txt update"

0 commit comments

Comments
 (0)