Skip to content

Commit

Permalink
[.github] - fix: trim trailing whitespace in workflow file (#8931)
Browse files Browse the repository at this point in the history
- Removed trailing spaces from k8s cloud build script arguments to avoid potential syntax issues in YAML
  • Loading branch information
JulesBelveze authored and overmode committed Nov 27, 2024
1 parent a310098 commit 1ed313d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-front-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
run: |
chmod +x ./k8s/cloud-build.sh
./k8s/cloud-build.sh \
--image-name=front-qa \
--dockerfile-path=./front/Dockerfile \
--working-dir=./ \
--image-name=front-qa \
--dockerfile-path=./front/Dockerfile \
--working-dir=./ \
--dust-client-facing-url=https://front-qa.dust.tt
- name: Generate a token
Expand Down

0 comments on commit 1ed313d

Please sign in to comment.