Skip to content

Commit 60299be

Browse files
authored
Merge pull request #471 from NHSDigital/edge-updated
Edge updated
2 parents 4ebe754 + 4f7ee0c commit 60299be

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

  • ansible/collections/ansible_collections/nhsd/apigee/tests/unit/plugins/module_utils/models/manifest/schema_versions
  • azure/templates

ansible/collections/ansible_collections/nhsd/apigee/tests/unit/plugins/module_utils/models/manifest/schema_versions/v1.1.8.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"items": {
172172
"anyOf": [
173173
{
174-
"oneOf": [
174+
"anyOf": [
175175
{
176176
"$ref": "#/definitions/ApigeeProductAttributeAccess"
177177
},

azure/templates/deploy-service.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ steps:
6969
workingDirectory: "$(SERVICE_DIR)"
7070
displayName: "Check for ECS proxy definitions"
7171
72-
# - task: s3-cache-action@1
73-
# inputs:
74-
# key: poetry | utils | $(UTILS_DIR)/poetry.lock
75-
# location: "$(UTILS_DIR)/.venv"
76-
# debug: true
77-
# alias: 'UtilsPreReq'
78-
# displayName: cache utils pre-requisites
72+
- task: s3-cache-action@1
73+
inputs:
74+
key: poetry | utils | $(UTILS_DIR)/poetry.lock
75+
location: "$(UTILS_DIR)/.venv"
76+
debug: true
77+
alias: 'UtilsPreReq'
78+
displayName: cache utils pre-requisites
7979

8080
- bash: |
8181
n=0
@@ -85,7 +85,7 @@ steps:
8585
n=$((n+1))
8686
done
8787
workingDirectory: "$(UTILS_DIR)"
88-
# condition: ne(variables['CacheRestored-UtilsPreReq'], 'true')
88+
condition: ne(variables['CacheRestored-UtilsPreReq'], 'true')
8989
displayName: "Install utils pre-requisites"
9090
9191
- bash: |

0 commit comments

Comments
 (0)