We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ace486 commit 109ff09Copy full SHA for 109ff09
.github/actions/build-sandbox/action.yml
@@ -25,6 +25,12 @@ runs:
25
run: |
26
make construct-spec APIM_ENV=sandbox
27
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
+
34
35
- name: Install Proxygen client
36
shell: bash
@@ -45,7 +51,6 @@ runs:
45
51
46
52
working-directory: ./sandbox
47
53
48
- docker build -t nhs-notify-supplier:latest .
49
54
proxygen docker get-login | bash
50
55
docker build -t nhs-notify-supplier:latest .
56
IMAGE_ID=$(docker images -q nhs-notify-supplier:latest)
0 commit comments