Skip to content

Commit

Permalink
Do yq test 5
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Jun 4, 2024
1 parent e38f720 commit c60d5f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backstage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
- name: Override backstage URLs
working-directory: backstage-playground
run: |
yq -i '.app.baseUrl = \"http://localhost:3000\"' app-config.local.yaml
yq -i '.backend.baseUrl = \"http://localhost:7007\"' app-config.local.yaml
yq -i '.backend.cors.origin = \"http://localhost:7007\"' app-config.local.yaml
yq -i '.app.baseUrl = "http://localhost:3000"' app-config.local.yaml
yq -i '.backend.baseUrl = "http://localhost:7007"' app-config.local.yaml
yq -i '.backend.cors.origin = "http://localhost:7007"' app-config.local.yaml
cat app-config.local.yaml

0 comments on commit c60d5f8

Please sign in to comment.