Skip to content

Commit

Permalink
Fix backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
titigmr committed Jun 1, 2023
1 parent 5210745 commit 995c65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-kube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
--set="backend.secret.create=true" \
--set="backend.image.repository=basegun-backend" \
--set="backend.image.tag=$(make get-current-tag)-dev" \
--set="frontend.image.repository=basegun-frontend"
--set="frontend.image.repository=basegun-frontend" \
--set="frontend.image.tag=$(make get-current-tag)-dev" \
--set="backend.secret.values.X_OVH_TOKEN=test" \
--set="backend.secret.values.API_OVH_TOKEN=test"
Expand Down

0 comments on commit 995c65c

Please sign in to comment.