We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d71280 commit 62b8f9eCopy full SHA for 62b8f9e
1 file changed
.ci/skills-gen.cloudbuild.yaml
@@ -31,9 +31,8 @@ steps:
31
export VERSION=$$(cat toolbox_version.txt | tr -d '\n')
32
echo "Detected toolbox version: $$VERSION"
33
34
- # Ensure the script is executable, then run it
35
- chmod +x ./scripts/generate_skills.sh
36
- ./scripts/generate_skills.sh
+ chmod +x ./.ci/scripts/generate_skills.sh
+ ./.ci/scripts/generate_skills.sh
37
38
- id: "commit-and-push"
39
name: "gcr.io/cloud-builders/git"
0 commit comments