Skip to content

Commit 1e668d7

Browse files
committed
ELI-338: removing debug code and debug trigger
1 parent f027d84 commit 1e668d7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/preprod_publish_deploy.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
description: "Tag to promote (e.g. spec-{timestamp})"
88
default: latest
99
required: true
10-
push:
11-
branches:
12-
- ELI-338
1310

1411
jobs:
1512
preprod:
@@ -60,9 +57,6 @@ jobs:
6057
- name: Publish preprod spec to Proxygen
6158
run: |
6259
proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat --no-confirm
63-
- name: Get list of environments
64-
run: |
65-
proxygen instance list | awk 'NR>2 {print $1}' | paste -sd "," -
6660
- name: Deploy preprod spec to Proxygen
6761
run: |
6862
proxygen instance deploy int eligibility-signposting-api build/specification/preprod/eligibility-signposting-api.yaml --no-confirm

0 commit comments

Comments
 (0)