Skip to content

Commit

Permalink
[.github] - fix: correct working directory path in GitHub Actions config
Browse files Browse the repository at this point in the history
 - Ensure the `cloud-build.sh` script uses the correct relative working directory by adding a leading `./` to the path configuration
  • Loading branch information
JulesBelveze committed Nov 15, 2024
1 parent 34b35d1 commit c583ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-connectors-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
./k8s/cloud-build.sh \
--image-name=connectors \
--dockerfile-path=./connectors/Dockerfile \
--working-dir=. \
--working-dir=./ \
--dust-client-facing-url=https://dust.tt
- name: Generate a token
Expand Down

0 comments on commit c583ac6

Please sign in to comment.