Skip to content

Commit 4e48492

Browse files
committed
ELI-338: Prints list of envs
1 parent 12c4aa8 commit 4e48492

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/preprod_publish_deploy.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,8 @@ jobs:
6161
run: |
6262
proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat --no-confirm
6363
- name: Get list of environments
64-
id: get_envs
6564
run: |
66-
ENVS=$(proxygen instance list | awk 'NR>2 {print $1}' | paste -sd "," -)
67-
echo "envs=$ENVS" >> $GITHUB_OUTPUT
65+
proxygen instance list | awk 'NR>2 {print $1}' | paste -sd "," -
6866
- name: Deploy preprod spec to Proxygen
6967
run: |
7068
proxygen instance deploy preprod eligibility-signposting-api build/specification/preprod/eligibility-signposting-api.yaml --no-confirm

0 commit comments

Comments
 (0)