Skip to content

Commit c056743

Browse files
committed
ELI-338: Fixing proxygen list cmd
1 parent fb95316 commit c056743

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preprod_publish_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat --no-confirm
6363
- name: Get list of environments
6464
run: |
65-
ENVS=$(proxygen instance list --format json | jq -r '.[].name')
65+
ENVS=$(proxygen instance list)
6666
echo "envs=$ENVS" >> $GITHUB_OUTPUT
6767
- name: Deploy preprod spec to Proxygen
6868
run: |

0 commit comments

Comments
 (0)