File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
.github/actions/build-sandbox Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2525 run : |
2626 make construct-spec APIM_ENV=sandbox
2727
28+ - name : Remove sandbox security
29+ working-directory : ./build
30+ shell : bash
31+ run : |
32+ jq '.security = []' notify-supplier.json > tmp.json && mv tmp.json notify-supplier.json
33+
2834
2935 - name : Install Proxygen client
3036 shell : bash
4551 shell : bash
4652 working-directory : ./sandbox
4753 run : |
48- docker build -t nhs-notify-supplier:latest .
4954 proxygen docker get-login | bash
5055 docker build -t nhs-notify-supplier:latest .
5156 IMAGE_ID=$(docker images -q nhs-notify-supplier:latest)
Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ servers:
1212 url : http://127.0.0.1:3000
1313- description : Public sandbox
1414 url : https://sandbox-server.nhs.uk/nhs-notify-supplier-api
15- security :
16- - app-level0 : []
15+ security : []
1716tags :
1817- description : " "
1918 name : letter
You can’t perform that action at this time.
0 commit comments